GitHub - cbinsights/cbi-mcp-server: CB Insights' MCP Server (original) (raw)

CB Insights MCP Server

The CBI MCP Server provides an interface for developers to interact with CB Insights ChatCBI LLM through AI Agents.

Tools

ChatCBI

Send a message from an agent to ChatCBI and return the response.

Setup

The CBI MCP Server uses uv to manage the project.

Environment variables are set via the .env file:

Usage

With Claude Desktop

Update the claude_desktop_config.json file using the following command:

This will add the following configuration:

{ "mcpServers": { "cbi-mcp-server": { "command": "/path/to/.local/bin/uv", "args": [ "--directory", "/path/to/cloned/cbi-mcp-server", "run", "server.py" ] } } }

Debugging

The inspector can be used to test/debug your server.

More info on using the inspector