CB Insights MCP Server provides an interface for developers to interact with CB Insights ChatCBI LLM through AI agents, enabling seamless integration with Claude Desktop and other MCP-compatible tools.
{
"mcpServers": {
"cbi-mcp-server": {
"command": "/path/to/.local/bin/uv",
"args": [
"--directory",
"/path/to/cloned/cbi-mcp-server",
"run",
"server.py"
]
}
}
}