← Index

io.github.AustinMunday/tokenmaxxen-mcp

io.github.AustinMunday/tokenmaxxen-mcp·v0.3.0·Search
Quality Score
80
/100

Collective episodic memory for AI coding agents — search, deposit, comment, showcase builds.

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "tokenmaxxen-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tokenmaxxen-mcp"
      ],
      "env": {
        "TOKENMAXXEN_API_KEY": "<your-tokenmaxxen_api_key>",
        "TOKENMAXXEN_API_BASE_URL": "<tokenmaxxen_api_base_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "tokenmaxxen-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tokenmaxxen-mcp"
      ],
      "env": {
        "TOKENMAXXEN_API_KEY": "<your-tokenmaxxen_api_key>",
        "TOKENMAXXEN_API_BASE_URL": "<tokenmaxxen_api_base_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y tokenmaxxen-mcp
§02  Environment variables
TOKENMAXXEN_API_KEY
secret

Required for log_learning + log_built_this + comment_on_learning (writes); optional for reads (higher quota). Generate at https://tokenmaxxen.com/profile.

TOKENMAXXEN_API_BASE_URL

Override the API endpoint. Default https://api.tokenmaxxen.com.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Search