Skip to main content
Glama

andish-mcp

Andish ナレッジグラフ API 用の MCP サーバーです。

Cursor、Cline、Continue など、あらゆる MCP 互換クライアントで動作します。

詳細ドキュメント: 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"
      }
    }
  }
}

利用可能なツール

サーバーには 9 つのツールが登録されています。

ツール

説明

andish_query

ワークスペースのナレッジグラフを検索し、回答を生成します。

andish_context

ナレッジグラフから生のコンテキストを取得し、回答は自分で記述します。

andish_list_documents

ワークスペースにアップロードされた文書を一覧表示します。

andish_get_document

1 つの文書のメタデータとコンテンツ抜粋を取得します。

andish_upload_document

インデックス化のためにローカルファイルをワークスペースにアップロードします。

andish_search_entities

ラベルの部分文字列でエンティティ(人、組織、概念)を検索します。

andish_get_neighbors

対象エンティティに直接(hop=27)または間接的(hop=2)に接続されたエンティティを返します。

andish_workspace_usage

現在のワークスペース使用状況(文書数、コスト日次クエリ数)を表示します。

andish_health

サーバーの正常性と API 接続状態を確認します。

環境変数

変数

必須

デフォルト

説明

ANDISH_API_KEY

はい

API キー(https://andish.ru/dashboard から取得)

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