Skip to main content
Glama

andish-mcp

用于 Andish 知识图谱 API 的 MCP 服务器。

可与任何兼容 MCP 的客户端配合使用:Cursor、Cline、Continue 等。

完整文档:https://andish.ru/docs

注册表所有权验证: mcp-name: ru.andish/andish-mcp

安装

uvx andish-mcp@latest

或使用 pip 安装:

pip install andish-mcp

Related MCP server: Analytos Brain Omnigraph MCP Server

配置

// 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"
      }
    }
  }
}

可用工具

服务器注册了九个工具。

工具

功能说明

andish_query

在工作区知识图谱中搜索并综合生成答案。

andish_context

从知识图谱获取原始上下文,由你自己撰写答案。

andish_list_documents

列出已上传到工作区的文档。

andish_get_document

获取单个文档的元数据和内容摘录。

andish_upload_document

将本地文件上传到工作区以供索引。

andish_search_entities

按标签子字符串搜索实体(人员、组织、概念)。

andish_get_neighbors

返回与某实体相连的实体,直接连接(hop=1)或传递连接(hop=2)。

andish_workspace_usage

显示当前工作区使用情况:文档、费用、每日查询次数。

andish_health

检查服务器健康状况和 API 连接性。

环境变量

变量

必需

默认值

说明

ANDISH_API_KEY

来自 https://andish.ru/dashboard 的 API 密钥

ANDISH_BASE_URL

https://api.andish.ru/v1

用于自托管或预发布环境的覆盖地址

ANDISH_TIMEOUT

30.0

每次请求的超时时间(秒)

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    C
    maintenance
    Enables 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.
  • A
    license
    Not graded
    quality
    B
    maintenance
    This 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.
    2
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    MCP server for searching academic, patent, and web sources, normalizing identifiers, and managing workspace records. Exposes the same operations to AI clients via MCP tools.
    37
    MIT

View all related MCP servers

Related MCP Connectors

  • Knowledge coverage map and health score. Ingest docs into a governed knowledge graph via MCP.

  • Query metrics, targets, entities, and team data in your Steep workspace via MCP.

  • Search, document and execute authenticated API calls across 700+ apps via one MCP server

View all MCP Connectors

Latest Blog Posts

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