MCP server for connecting AI tools to the Graphe API
Project description
graphe-mcp
Model Context Protocol (stdio) server for Graphe. Connect Cursor, Claude Desktop, and other MCP hosts to your Graphe workspace.
Install
pip install graphe-mcp
Configuration
Set environment variables (or pass them in your MCP host config):
| Variable | Purpose |
|---|---|
GRAPHE_API_BASE |
API URL |
GRAPHE_API_KEY |
API key from the Graphe console |
GRAPHE_WORKSPACE_ID |
Workspace scope |
GRAPHE_PROJECT_ID |
Project scope |
Example .cursor/mcp.json:
{
"mcpServers": {
"graphe": {
"command": "graphe-mcp",
"env": {
"GRAPHE_API_BASE": "https://api.yourdomain.com",
"GRAPHE_API_KEY": "graphe_live_...",
"GRAPHE_WORKSPACE_ID": "...",
"GRAPHE_PROJECT_ID": "..."
}
}
}
}
Run
graphe-mcp
In your MCP host, call graphe_health to verify connectivity.
Tools
Read tools include current state, hybrid search, runs, claims, and entities. Write tools are limited to safe ingestion (graphe_create_run, graphe_log_event, graphe_create_annotation) with required idempotency keys. Claim lifecycle mutations are CLI-only.
Full tool list: MCP documentation.
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 graphe_mcp-0.1.1.tar.gz.
File metadata
- Download URL: graphe_mcp-0.1.1.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f26fc90c684f88ed3e0463461b478bbe1c53509b3fd9e8e95d06cf25f79154f
|
|
| MD5 |
8be88f2096e7895f0f9f502651ec3c56
|
|
| BLAKE2b-256 |
1223ec3b9ef1685b2f6a4d980b4819ac929ca6f21e4bd9f2d26fa9f0b08a3669
|
File details
Details for the file graphe_mcp-0.1.1-py3-none-any.whl.
File metadata
- Download URL: graphe_mcp-0.1.1-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9f0901a1b3c9a343c3d726dd317702c48566bcd5aebe9b35376a83bbd3aa5d2f
|
|
| MD5 |
582fe90c6a7aa15e8a1184f99e9131b7
|
|
| BLAKE2b-256 |
6f59ca5eb2af35420af65c2c4c4555bbccaac91b47f91b60452923f54005cebb
|