← Back to Plugins
MCP Server MCP

io.github.juliangeymonat-jpg/wikimoth

github By github 👁 1 views ▲ 0 votes

Deterministic, token-minimal agent memory: multi-hop [[wikilink]] recall with no LLM in the loop.

Homepage Verified source GitHub

Install

uvx wikimoth

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "wikimoth",
      "version": "0.2.1",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "mcp",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "Absolute path to the [[wikilink]] markdown vault to serve (the folder wikimoth install captures into).",
          "format": "filepath",
          "name": "WIKIMOTH_VAULT"
        }
      ]
    },
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "wikimoth-mcp",
      "version": "0.2.1",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Absolute path to the [[wikilink]] markdown vault to serve.",
          "format": "filepath",
          "name": "WIKIMOTH_VAULT"
        },
        {
          "description": "Optional: pin the exact Python interpreter that has wikimoth installed.",
          "format": "filepath",
          "name": "WIKIMOTH_PYTHON"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi npm

Comments

Sign in to leave a comment

Loading comments...