A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/cbinsights/cbi-mcp-server below:

cbinsights/cbi-mcp-server: CB Insights' MCP Server

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

The CBI MCP Server uses uv to manage the project.

The default port is 8000, but can be modified by updating the CBI_MCP_PORT environment variable in the .env file.

The timeout for requests can also be modified via the CBI_MCP_TIMEOUT variable in the .env file.

Documentation on how CB Insights APIs are authenticated can be found here

The server uses the CBI_CLIENT_ID and CBI_CLIENT_SECRET environment variables set in the .env file to authorize requests.

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"
      ]
    }
  }
}

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

More info on using the inspector


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4