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
| Variable | Description | Default |
|---|---|---|
BOOTSPRING_API_KEY | API key for premium features | - |
BOOTSPRING_TIER | Subscription tier | free |
BOOTSPRING_DEBUG | Enable debug logging | false |
BOOTSPRING_PORT | Server port | 3100 |
BOOTSPRING_TIMEOUT | Request 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
- Agents Reference - Configure specific agents
- Quality Gates - Deep dive into quality checks
- Skills Library - Available skill patterns