Skip to main content

ChartMogul's MCP server

Project description

ChartMogul's MCP Server

Usage

  1. Open the Claude Desktop configuration file located at:

    • On macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
    • On Windows: %APPDATA%/Claude/claude_desktop_config.json
  2. Add the following:

{
  "mcpServers": {
    "mcp-chartmogul": {
      "command": "uv",
      "args": [
        "--directory",
        "/path/to/your/local/chartmogul-mcp-server",
        "run",
        "main.py"
      ],
      "env": {
        "CHARTMOGUL_TOKEN": "<YOUR-CHARTMOGUL-TOKEN>"
      }
    }
  }
}
  1. Run which uv to locate the command entry for uv and replace it with the absolute path to the uv executable.

  2. Restart Claude Desktop to apply the changes.

Development

  1. Run cp example.env .env in the root of the repository to create a .env file.

  2. Update it with the following env variables.

CHARTMOGUL_TOKEN=<YOUR-CHARTMOGUL-TOKEN>
  1. Install uv by following the instructions here.

  2. Run uv sync to install the dependencies.

  3. Run source .venv/bin/activate to activate the created virtual environment.

  4. Run mcp dev main.py:cm_mcp to start the development MCP server. This command will need Node.js and npm installation.

  5. Inspect and connect to the MCP server at http://127.0.0.1:6274

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

chartmogul_mcp_server-0.2.0.tar.gz (11.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

chartmogul_mcp_server-0.2.0-py3-none-any.whl (10.9 kB view details)

Uploaded Python 3

File details

Details for the file chartmogul_mcp_server-0.2.0.tar.gz.

File metadata

File hashes

Hashes for chartmogul_mcp_server-0.2.0.tar.gz
Algorithm Hash digest
SHA256 cb2b2fd1d50d3c2ba546c594feb77f4217173dd9c065b9dfdef2a46241523006
MD5 39fa2b398f100953459ad21f17a6cf6b
BLAKE2b-256 fdd1b792865722527ee47d9498519373fd336a9a3a44e713774290c777dab44f

See more details on using hashes here.

File details

Details for the file chartmogul_mcp_server-0.2.0-py3-none-any.whl.

File metadata

File hashes

Hashes for chartmogul_mcp_server-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 bb69addc7c61445769b9d74c0fe905f47303333f53233dc43200929fbf94a0a6
MD5 6fdc04f0be0a680c90c7b1f77fd83588
BLAKE2b-256 7fc7e026f0c69a8104b7f2d1679841b5fdce455bc141c4f6e04146578a691ffb

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page