Skip to main content
Glama

andish-mcp

MCP сервер для Andish Knowledge Graph API.

Работает с любым 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

Да

API-ключ с https://andish.ru/dashboard

ANDISH_BASE_URL

Нет

https://api.andish.ru/v1

Переопределение для self-hosted или staging-среды

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