drio
Open app

Chakra MCP Server

Source

Native integration with Anthropic's Model Context Protocol.

Catalog onlyCatalog onlySTDIO

Overview

Chakra MCP Server is a tool that allows users to interact with their databases and subscribed data shares using natural language through the Model Context Protocol (MCP) by Anthropic.

To use the Chakra MCP Server, you need to set up the server on your local machine, configure it with your database session key, and then you can start querying your database using natural language commands.

  • Natural Language Queries: Enables users to query their databases using simple, conversational language. - Data Share Interactions: Allows interaction with subscribed data shares, such as financial data, by asking specific questions. - Database Management: Provides functionalities to create, update, and delete database tables.
  1. Querying stock prices or financial data using natural language.
  2. Managing database records without needing to write complex SQL queries.
  3. Interacting with various data shares for analytics and reporting.

Add to your AI client

Use these steps to connect Chakra MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "mcp-server-chakra-network": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-chakra-network"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "mcp-server-chakra-network": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-chakra-network"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "mcp-server-chakra-network": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-chakra-network"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "mcp-server-chakra-network": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-chakra-network"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "mcp-server-chakra-network": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-chakra-network"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "mcp-server-chakra-network": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-mcp-server-chakra-network"
      ]
    }
  }
}

FAQ

What is the Model Context Protocol (MCP)?

MCP is a protocol developed by Anthropic that allows for natural language interactions with data systems.

Is there a GUI for Chakra MCP Server?

Currently, the server operates via command-line interface, but a GUI is planned for future releases.

What are the prerequisites for using Chakra MCP Server?

You need Python 3.11+, the uv package, and a Chakra account to get started.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1636,"uuid":"f59c864e-f129-48fd-8b0a-c9c1c60a74a8","name":"mcp-server","title":"Chakra MCP Server","description":"Native integration with Anthropic's Model Context Protocol.","avatar_url":"https://avatars.githubusercontent.com/u/170389523?v=4","created_at":"$D2025-02-23T10:00:59.897Z","updated_at":"$D2025-03-05T04:20:25.227Z","status":"created","author_name":"Chakra-Network","author_avatar_url":"https://avatars.githubusercontent.com/u/170389523?v=4","tags":"[]","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/Chakra-Network/mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":"https://camo.githubusercontent.com/220ee125ff5cb83c85c28838b29042666419f7304724da53aaf39001c16854f6/68747470733a2f2f62616467652e667572792e696f2f70792f6368616b72612d6d63702e737667","type":null,"metadata":"{\"star\":\"10\",\"license\":\"MIT license\",\"language\":\"Python\",\"is_official\":false,\"latest_commit_time\":\"2025-03-11 10:57:44\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]

Chakra MCP Server — MCP Registry