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).
Run
uvx wikimoth
MCP client config
{
"mcpServers": {
"wikimoth": {
"command": "uvx",
"args": [
"wikimoth"
]
}
}
}Run
npx -y wikimoth-mcp
MCP client config
{
"mcpServers": {
"wikimoth": {
"command": "npx",
"args": [
"-y",
"wikimoth-mcp"
]
}
}
}