Sign In

andish-mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

andish-mcp

MCP server for the Andish Knowledge Graph API

pipPyPI
Version
0.2.0
Weekly downloads
138
1050%
Maintainers
1
Weekly downloads
 
Created

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.

ToolWhat it does
andish_querySearch the workspace knowledge graph and synthesise an answer.
andish_contextFetch raw context from the knowledge graph and write the answer yourself.
andish_list_documentsList documents uploaded to the workspace.
andish_get_documentFetch metadata and a content excerpt for one document.
andish_upload_documentUpload a local file to the workspace for indexing.
andish_search_entitiesSearch entities (people, organizations, concepts) by label substring.
andish_get_neighborsReturn entities connected to an entity, directly (hop=1) or transitively (hop=2).
andish_workspace_usageShow current workspace usage: documents, cost, daily queries.
andish_healthCheck server health and API connectivity.

Environment Variables

VariableRequiredDefaultDescription
ANDISH_API_KEYYesAPI key from https://andish.ru/dashboard
ANDISH_BASE_URLNohttps://api.andish.ru/v1Override for self-hosted or staging
ANDISH_TIMEOUTNo30.0Per-request timeout in seconds

Keywords

andish

FAQs

Related posts