MCP server for Captain — multimodal RAG search + live project search. Powers the Claude Code and Cursor integrations.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"captain-mcp": {
"command": "npx",
"args": [
"-y",
"runcaptain/captain-mcp"
]
}
}
}
Run in terminal:
claude mcp add captain-mcp npx -y runcaptain/captain-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"captain-mcp": {
"command": "npx",
"args": [
"-y",
"runcaptain/captain-mcp"
]
}
}
}