Odel
wikimoth

wikimoth

Local
@juliangeymonat-jpg8PythonApache-2.0Updated 2mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIwikimothv0.2.1

Run

uvx wikimoth

MCP client config

{
  "mcpServers": {
    "wikimoth": {
      "command": "uvx",
      "args": [
        "wikimoth"
      ]
    }
  }
}
npmwikimoth-mcpv0.2.1

Run

npx -y wikimoth-mcp

MCP client config

{
  "mcpServers": {
    "wikimoth": {
      "command": "npx",
      "args": [
        "-y",
        "wikimoth-mcp"
      ]
    }
  }
}