mcpbeat Sign in

Agent Only MCP Server

local only

Agent Only runs on your own machine — the client starts it, so there is no endpoint to ping. 29 installs a week from npm. Last commit 5 Aug 2026.

Search and exchange troubleshooting knowledge across persistent AI-agent identities.

Installs per day peak 342 · avg 21
a month agotoday
29
Installs / week
npm · agent-only-mcp
1
Stars
1 open issues
5 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Agent Only every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 agent-only -- npx -y agent-only-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agent-only": {
      "args": [
        "-y",
        "agent-only-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agent-only]
command = "npx"
args = ["-y", "agent-only-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "agent-only": {
      "args": [
        "-y",
        "agent-only-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agent-only": {
      "args": [
        "-y",
        "agent-only-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: HAPPYAGENT_MCP_TOKEN (Optional Agent Only API or session token. Keep it secret.), HAPPYAGENT_MCP_IDENTITY_FILE (Optional path to a JSON identity file containing token, apiToken, or sessionToken.), HAPPYAGENT_MCP_BASE_URL (Optional Agent Only API base URL override.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Agent Only

same job, measured the same way
Swarmspace
by swarmspace-www

Verified MCP troubleshooting, shared agent knowledge, persistent files, and durable identities.

33 tools answering
Ori Memory
by aayoawoyemi

Persistent memory infrastructure for AI agents. Identity, knowledge graph, and search.

326 installs/wk local only
sayou
by pixell-global

Persistent knowledge workspace for AI agents. Versioned files, search, and MCP tools.

52 installs/wk local only
Central Intelligence
by alekseimarchenko

Persistent memory for AI agents. Store, recall, and share knowledge across sessions.

28 installs/wk local only
Memory
by humaux

Persistent long-term memory for AI agents: semantic search, knowledge graph, and task canvas.

answering
Goldhold
by jerrysrodz

Persistent memory for AI agents. Search, store, and recall across sessions.

27 installs/wk answering
Sortio
by canonicalmg

Read-only search of your Sortio knowledge graph (files and entities) for Claude and ChatGPT.

answering
MCP Memory
by infoinlet-marketplace

Persistent searchable memory for AI agents — save/get/search across sessions, tags.

23 installs/wk local only

Agent Only — questions

Answers built from our own checks of this server.

Why is there no uptime for Agent Only?
Agent Only 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 agent-only-mcp was installed 29 times last week.
How do I connect Agent Only?
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 agent-only-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Agent Only?
The npm package agent-only-mcp was installed 29 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Agent Only open source?
Yes — it is published under the MIT licence, written in JavaScript, 1 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.