Skip to main content
Glama

andish-mcp

MCP-Server für die Andish Knowledge Graph API.

Funktioniert mit jedem MCP-kompatiblen Client: Cursor, Cline, Continue und andere.

Vollständige Dokumentation: https://andish.ru/docs

Bestätigung der Registry-Inhaberschaft: mcp-name: ru.andish/andish-mcp

Installation

uvx andish-mcp@latest

Oder mit pip:

pip install andish-mcp

Related MCP server: Analytos Brain Omnigraph MCP Server

Konfiguration

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

Verfügbare Tools

Der Server registriert neun Tools.

Tool

Funktion

andish_query

Durchsucht den Wissensgraphen des Workspace und synthetisiert eine Antwort.

andish_context

Ruft Rohtext aus dem Wissensgraphen ab, um die Antwort selbst zu formulieren.

andish_list_documents

Listet die in den Workspace hochgeladenen Dokumente auf.

andish_get_document

Ruft Metadaten und einen Inhaltsauszug für ein Dokument ab.

andish_upload_document

Lädt eine lokale Datei zur Indizierung in den Workspace hoch.

andish_search_entities

Sucht Entitäten (Personen, Organisationen, Konzepte) nach einem Label-Teilstring.

andish_get_neighbors

Gibt mit einer Entität verbundene Entitäten zurück, direkt (hop=1) oder transitiv (hop=2).

andish_workspace_usage

Zeigt die aktuelle Workspace-Nutzung: Dokumente, Kosten, tägliche Anfragen.

andish_health

Prüft den Serverstatus und die API-Verbindung.

Umgebungsvariablen

Variable

Erforderlich

Standard

Beschreibung

ANDISH_API_KEY

Ja

API-Schlüssel von https://andish.ru/dashboard

ANDISH_BASE_URL

Nein

https://api.andish.ru/v1

Überschreibung für selbst gehostete oder Staging-Umgebungen

ANDISH_TIMEOUT

Nein

30.0

Timeout pro Anfrage in Sekunden

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