A native MCP server integration for Chakra databases
Project description
Chakra MCP Server
A native integration with Anthropic's Model Context Protocol (MCP). Allows you to interact with your database and subscribed data shares using natural language.
Features
- Natural Language Queries: Query your database using natural language.
- Data Share Interactions: Interact with subscribed data shares. For example, if you have subscribed to a financial data share, you can ask questions like "What is the stock price of Tesla?"
- Database Management: Create, update, and delete tables.
Demo
https://github.com/user-attachments/assets/0d1b3588-4dec-4fae-8396-d1794177a23c
Prerequisites
- Python 3.11+
- uv. On MacOS, you can install it using Homebrew:
brew install uv. - Claude Desktop
- Chakra Account - sign up here
Finding your DB Session Key
- Login to the Chakra Console
- Select Settings
- Navigate to the releveant database and copy the DB Session Key (not the access key or secret access key)
https://github.com/user-attachments/assets/9f1c1ab8-cb87-42a1-8627-184617bbb7d7
Installation
Automated Using OpenTools (Easier)
Install OpenTools prerequisites.
Then run:
npx opentools@latest i chakra
Manual Setup (More Work)
Add the following to your claude_desktop_config.json file:
- On MacOS:
~/Library/Application\ Support/Claude/claude_desktop_config.json - On Windows:
%APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"chakra": {
"command": "uvx",
"args": ["chakra-mcp"],
"env": {
"db_session_key": "YOUR_DB_SESSION_KEY"
}
}
}
}
Architecture
Disclaimers
- MCP is extremely early. The experience in Claude Desktop is suboptimal - every time you use the server, you have to grant access explicitly. This is a design decision on Anthropic's part and is not yet configurable.
- Setup is rough around the edges. We have worked closely with the folks at OpenTools to make this as seamless as possible, but there is room for improvement. We are looking forward to an MCP GUI experience in the future, but for now, users must use the command-line.
- Today, the server runs on the user's local machine. Anthropic's roadmap includes a hosted server option, which we will support. This will make authentication, setup, and performance much better.
License
MIT License - see LICENSE file for details.
Support
For support and questions, please open an issue in the GitHub repository or reach out to us on Discord.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file chakra_mcp-0.2.1.tar.gz.
File metadata
- Download URL: chakra_mcp-0.2.1.tar.gz
- Upload date:
- Size: 25.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5edcf48e9337a31bbc9a8101476fd2aa328ca10bcfc186356f1e8acbad341488
|
|
| MD5 |
5c1f6ef66482f23a6823435707a7e416
|
|
| BLAKE2b-256 |
a992f5e0aaceb1b5bf764fc12b9fb942ca80dcda080772e3df6f54eeca131a4d
|
File details
Details for the file chakra_mcp-0.2.1-py3-none-any.whl.
File metadata
- Download URL: chakra_mcp-0.2.1-py3-none-any.whl
- Upload date:
- Size: 23.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0d2bd49f4ae4a329deb52f3b990b2f2ba6b35fcbae4087b3d4ec7471a70f50d4
|
|
| MD5 |
efd538fa743c61a2701dd36e8533fc1a
|
|
| BLAKE2b-256 |
d616a64fc4e2a1f95ae2f0c3d609782535a3fc374c17451a8fe0d30ae81cd572
|