Configuration

Customize Bootspring for your project and workflow.

Configuration File

Bootspring uses bootspring.config.js in your project root:

Loading code block...

Environment Variables

Bootspring supports environment variables for sensitive configuration:

Loading code block...

Available Environment Variables

VariableDescriptionDefault
BOOTSPRING_API_KEYAPI key for premium features-
BOOTSPRING_TIERSubscription tierfree
BOOTSPRING_DEBUGEnable debug loggingfalse
BOOTSPRING_PORTServer port3100
BOOTSPRING_TIMEOUTRequest timeout (ms)30000

MCP Configuration

The .mcp.json file configures the MCP server connection:

Loading code block...

Custom Server Path

If you've installed Bootspring globally:

Loading code block...

Agent Configuration

Enabling Specific Agents

Loading code block...

Disabling Specific Agents

Loading code block...

Custom Agent Instructions

Loading code block...

Quality Gate Configuration

Pre-commit Gate

Loading code block...

Pre-push Gate

Loading code block...

Custom Quality Rules

Loading code block...

Context Generation

Custom Context Sections

Loading code block...

Exclude Files from Context

Loading code block...

Skill Preferences

Loading code block...

Multiple Configurations

For monorepos or multiple environments:

Loading code block...

Validation

Validate your configuration:

Loading code block...

View effective configuration:

Loading code block...

Next Steps