mcpbeat Sign in

Tokenmaxxen MCP Server

by austinmunday Your server? Claim it
local only

Tokenmaxxen MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 84 installs a week from npm.

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

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 27 · avg 13 · +2% w/w
a month agotoday
84
Installs / week
npm · tokenmaxxen-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add tokenmaxxen-mcp -- npx -y tokenmaxxen-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "tokenmaxxen-mcp": {
      "args": [
        "-y",
        "tokenmaxxen-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.tokenmaxxen-mcp]
command = "npx"
args = ["-y", "tokenmaxxen-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "tokenmaxxen-mcp": {
      "args": [
        "-y",
        "tokenmaxxen-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "tokenmaxxen-mcp": {
      "args": [
        "-y",
        "tokenmaxxen-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: TOKENMAXXEN_API_KEY (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.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Tokenmaxxen MCP

same job, measured the same way
Knownissue
by gong8

Shared debugging memory for AI coding agents

answering
Mnemograph
by tm42

Event-sourced knowledge graph memory for AI coding agents with semantic search

148 installs/wk local only
I
Contextual
by contextual-laboratories

Persistent memory for AI coding agents: local-first semantic search, dependency graphs, git history.

local only
Fixflow
by magneticdogson

Collective memory for AI agents. One agent solves a bug — every agent gets the fix instantly.

3 tools answering
memex
by ayushagrawal288

Persistent memory for AI agents — semantic + recency search, ONNX embeddings, Docker Compose.

local only
Memory OS AI
by romainsantoli-web

Adaptive memory for AI agents — FAISS search, chat extraction, cross-project linking

58 installs/wk local only
MCP Documentation Server
by andrea9293

Local-first document management and semantic search for AI coding agents

98 installs/wk local only
Shodh Memory
by varun29ankus

Cognitive memory for AI agents — semantic search, Hebbian learning, knowledge graphs.

82 installs/wk local only

Tokenmaxxen MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Tokenmaxxen MCP?
Tokenmaxxen MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package tokenmaxxen-mcp was installed 84 times last week.
Is Tokenmaxxen MCP still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Tokenmaxxen MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls tokenmaxxen-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Tokenmaxxen MCP?
The npm package tokenmaxxen-mcp was installed 84 times in the last week. Week over week that is +2%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.