andish-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@andish-mcpSearch the knowledge graph for what we know about Project Atlas."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
andish-mcp
MCP server for the Andish Knowledge Graph API.
Works with any MCP-compatible client: Cursor, Cline, Continue, and others.
Full docs: https://andish.ru/docs
Registry ownership verification: mcp-name: ru.andish/andish-mcp
Install
uvx andish-mcp@latestOr with pip:
pip install andish-mcpRelated MCP server: Analytos Brain Omnigraph MCP Server
Configure
// example MCP client config (the exact file path depends on your client)
{
"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 |
| Search the workspace knowledge graph and synthesise an answer. |
| Fetch raw context from the knowledge graph and write the answer yourself. |
| List documents uploaded to the workspace. |
| Fetch metadata and a content excerpt for one document. |
| Upload a local file to the workspace for indexing. |
| Search entities (people, organizations, concepts) by label substring. |
| Return entities connected to an entity, directly (hop=1) or transitively (hop=2). |
| Show current workspace usage: documents, cost, daily queries. |
| Check server health and API connectivity. |
Environment Variables
Variable | Required | Default | Description |
| Yes | — | API key from https://andish.ru/dashboard |
| No |
| Override for self-hosted or staging |
| No |
| Per-request timeout in seconds |
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Query, browse, and automate OmegaAI workspaces from any MCP client. Streamable HTTP with OAuth 2.0.
Make your knowledge agent-ready. One MCP endpoint, 5 connectors, 3 search modes.
Jepto MCP server that provides access to client knowledgebase & analytics for connected data sources
Knowledge coverage map and health score. Ingest docs into a governed knowledge graph via MCP.
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceEnables building and querying knowledge graphs by ingesting documents into Neo4j using Gemini for entity extraction, and exposes MCP tools for graph health, document ingestion, and knowledge base querying.-
- AlicenseNot gradedqualityBmaintenanceThis MCP server provides governed read access to the Analytos Brain knowledge graph, enabling content and GTM agents to retrieve approved entities and relationships with access control and citations.2MIT
- AlicenseNot gradedqualityAmaintenanceMCP server for searching academic, patent, and web sources, normalizing identifiers, and managing workspace records. Exposes the same operations to AI clients via MCP tools.37MIT
- AlicenseNot gradedqualityAmaintenanceEnables MCP clients to interact with a local-first research knowledge workbench, supporting literature search, evidence-grounded Q&A, and reference export.2AGPL 3.0
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/motopes333-lab/andish-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server