mcp

Manage MCP (Model Context Protocol) server connections.

Synopsis

Loading code block...

Description

The mcp command manages MCP server connections and configurations. MCP enables AI assistants like Claude to interact with Bootspring tools directly.

Commands

status

Check MCP server status.

Loading code block...

Output:

⚡ MCP Server Status Server: bootspring Status: Running Port: 3100 Uptime: 2h 15m Connected Clients: ✓ Claude Desktop (claude-desktop-1.2.0) ✓ VS Code Extension (bootspring-vscode-0.8.0) Tools Available: 19 bootspring_assist, bootspring_context, bootspring_agent, bootspring_todo, bootspring_generate, bootspring_skill, bootspring_memory, bootspring_orchestrator, bootspring_prd, bootspring_loop, bootspring_seed, bootspring_dashboard, bootspring_quality, bootspring_workflow, bootspring_analyze, bootspring_config, bootspring_feedback, bootspring_status, bootspring_mvp Resources: 4 project://context, project://config, project://prd, project://todos

start

Start the MCP server.

Loading code block...

Options:

OptionDescription
--port=<n>Server port (default: 3100)
--host=<addr>Host address (default: localhost)
--stdioUse stdio transport (for Claude Desktop)
--detachRun in background

Examples:

Loading code block...

stop

Stop the MCP server.

Loading code block...

restart

Restart the MCP server.

Loading code block...

logs

View MCP server logs.

Loading code block...

Options:

OptionDescription
--follow, -fFollow log output
--lines=<n>Number of lines (default: 50)
--level=<level>Filter by log level

Examples:

Loading code block...

tools

List available MCP tools.

Loading code block...

Options:

OptionDescription
--verboseShow tool details
--jsonOutput as JSON

Output:

⚡ MCP Tools Core Tools: bootspring_assist Natural language assistant bootspring_context Get project context bootspring_agent Invoke expert agents bootspring_todo Manage todos bootspring_generate Regenerate context Development Tools: bootspring_skill Discover and apply skills bootspring_quality Run quality gates bootspring_analyze Analyze code Workflow Tools: bootspring_orchestrator Orchestrate workflows bootspring_workflow Manage workflows bootspring_loop Development loops bootspring_prd PRD management bootspring_seed Seed operations bootspring_mvp MVP generation System Tools: bootspring_memory Access memory bootspring_dashboard Dashboard control bootspring_config Configuration bootspring_feedback Send feedback bootspring_status Check status

resources

List MCP resources.

Loading code block...

Output:

⚡ MCP Resources project://context Project context (CLAUDE.md) MIME: text/markdown project://config Bootspring configuration MIME: application/json project://prd Product Requirements Document MIME: application/json project://todos Todo list MIME: text/markdown

test

Test MCP connection and tools.

Loading code block...

Options:

OptionDescription
--tool=<name>Test specific tool
--allTest all tools

Examples:

Loading code block...

Output:

⚡ MCP Tests Testing connection... ✓ Testing authentication... ✓ Tool Tests: ✓ bootspring_assist (45ms) ✓ bootspring_context (12ms) ✓ bootspring_agent (89ms) ✓ bootspring_todo (23ms) ... 15 more tools passed All tests passed (19/19)

config

Configure MCP settings.

Loading code block...

Options:

OptionDescription
--set=<key>=<value>Set config value
--get=<key>Get config value
--showShow all config

Examples:

Loading code block...

install

Install MCP server for Claude Desktop.

Loading code block...

Options:

OptionDescription
--globalInstall globally
--config-onlyUpdate config only

This command:

  1. Locates Claude Desktop config
  2. Adds Bootspring MCP server entry
  3. Configures stdio transport

Example:

Loading code block...

uninstall

Remove MCP server from Claude Desktop.

Loading code block...

Claude Desktop Integration

Automatic Setup

Loading code block...

Manual Configuration

Add to claude_desktop_config.json:

Loading code block...

Config Locations

OSPath
macOS~/Library/Application Support/Claude/claude_desktop_config.json
Windows%APPDATA%\Claude\claude_desktop_config.json
Linux~/.config/Claude/claude_desktop_config.json

VS Code Integration

Install Extension

Loading code block...

Configure Extension

In VS Code settings:

Loading code block...

Configuration

MCP settings in bootspring.config.js:

Loading code block...

Examples

Start Server for Development

Loading code block...

Diagnose Connection Issues

Loading code block...

Multiple Projects

Loading code block...

Configure Claude Desktop for multiple projects:

Loading code block...

Troubleshooting

Server Won't Start

Loading code block...

Claude Desktop Not Connecting

  1. Check config file location
  2. Verify JSON syntax
  3. Restart Claude Desktop
  4. Check MCP logs
Loading code block...

Tools Not Available

Loading code block...