Skip to content
Cursor

ccboot mcp server for Cursor

io.github.rcolkitt/ccboot-mcp-server

Generate and manage Claude Code configs: CLAUDE.md, skills, agents, hooks, and MCP settings.

client:Cursor transport:stdio runtime:npm

Install ccboot mcp server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "ccboot-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "ccboot-mcp-server"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ccboot mcp server in other clients