← Back to Plugins
MCP Server MCP

Andish

MCP Registry publisher By MCP Registry publisher 👁 3 views ▲ 0 votes

Knowledge-graph memory for your team's documents. Answers cite the source, not a summary.

Homepage Verified source

Install

uvx andish-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "andish-mcp",
      "version": "0.2.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Andish API key. Create one in the dashboard at https://andish.ru",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "ANDISH_API_KEY"
        },
        {
          "description": "API base URL. Defaults to the hosted service; set it only when pointing at your own deployment.",
          "format": "string",
          "name": "ANDISH_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...