Skip to content
Cline

ccboot mcp server for Cline

io.github.rcolkitt/ccboot-mcp-server

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

client:Cline transport:stdio runtime:npm

Install ccboot mcp server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

ccboot mcp server in other clients