MCP server for the Andish Knowledge Graph API
Project description
andish-mcp
MCP server for the Andish Knowledge Graph API.
Works with any MCP-compatible client: Claude Desktop, Claude Code, Cursor, Cline, Continue, and others.
Install
uvx andish-mcp@latest
Or with pip:
pip install andish-mcp
Configure (Claude Desktop)
// ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"andish": {
"command": "uvx",
"args": ["andish-mcp@latest"],
"env": {
"ANDISH_API_KEY": "adsh_live_xxxxxxxxxxxx"
}
}
}
}
Available Tools
andish_query— search the Andish knowledge graph, get a synthesised answer with sources.andish_workspace_usage— view current workspace usage: documents, cost, daily queries.
Environment Variables
| Variable | Required | Default | Description |
|---|---|---|---|
ANDISH_API_KEY |
Yes | — | API key from https://andish.ru/dashboard |
ANDISH_BASE_URL |
No | https://api.andish.ru/v1 |
Override for self-hosted or staging |
ANDISH_TIMEOUT |
No | 30.0 |
Per-request timeout in seconds |
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
andish_mcp-0.1.0.tar.gz
(40.9 kB
view details)
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 andish_mcp-0.1.0.tar.gz.
File metadata
- Download URL: andish_mcp-0.1.0.tar.gz
- Upload date:
- Size: 40.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2deb807bafbe08e7b770cbcf61eb45de86ecb0c35bf9126d8c6aefa916dab358
|
|
| MD5 |
1cb3a0b80bee9bd595b4f0ab63dcf36a
|
|
| BLAKE2b-256 |
ac5ff4ab743b2225eea7653c0a552544a3956e37ade1ff09dc6b57433407de2c
|
File details
Details for the file andish_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: andish_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 18.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4fe13bcea678cbf1845478d5ac395a86ea0455332e397ee21ec599a7667eee29
|
|
| MD5 |
f261e404c460b998315c211b18f20aaf
|
|
| BLAKE2b-256 |
1ff2aac712330141da55a4064f0f68800b417fee2e7915cff02193cbd672dc94
|