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.
Registry ownership verification: mcp-name: ru.andish/andish-mcp
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
Nine tools are registered by the server.
| Tool | What it does |
|---|---|
andish_query |
Search the workspace knowledge graph and synthesise an answer. |
andish_context |
Fetch raw context from the knowledge graph and write the answer yourself. |
andish_list_documents |
List documents uploaded to the workspace. |
andish_get_document |
Fetch metadata and a content excerpt for one document. |
andish_upload_document |
Upload a local file to the workspace for indexing. |
andish_search_entities |
Search entities (people, organizations, concepts) by label substring. |
andish_get_neighbors |
Return entities connected to an entity, directly (hop=1) or transitively (hop=2). |
andish_workspace_usage |
Show current workspace usage: documents, cost, daily queries. |
andish_health |
Check server health and API connectivity. |
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 |
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.2.0.tar.gz
(88.6 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.2.0.tar.gz.
File metadata
- Download URL: andish_mcp-0.2.0.tar.gz
- Upload date:
- Size: 88.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
40291c4c004b1f357cf14c7cf84b41e86c991cc8e9bdcd4899d74f57c34a9285
|
|
| MD5 |
2d5135c29f271e57a1cd607ef65c0eae
|
|
| BLAKE2b-256 |
b695f3dd711190b5d4bbdc7b04b16dddc4394079d94512975277f506cb8d5436
|
File details
Details for the file andish_mcp-0.2.0-py3-none-any.whl.
File metadata
- Download URL: andish_mcp-0.2.0-py3-none-any.whl
- Upload date:
- Size: 41.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
54739c50fdc77f159ed2a6f71576a0aeb1ec35051080faccec0f843249ca40c0
|
|
| MD5 |
9930b347dda00886b2c8947b7edc8f0e
|
|
| BLAKE2b-256 |
6a48a03adc4cc23f86ef35383b70eccfd4f0514d295a02de3780ca9c351d3b6b
|