mcpbeat Sign in

Wontopos MCP Server

local only

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

Wontopos (WOS) long-term memory - one memory across Claude Code, Cursor, and your agents.

Installs per day peak 493 · avg 62 · +17% w/w
a month agotoday
461
Installs / week
npm · wontopos-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check Wontopos 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 mcp -- npx -y wontopos-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "wontopos-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
command = "npx"
args = ["-y", "wontopos-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "wontopos-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "args": [
        "-y",
        "wontopos-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: WONTOPOS_API_KEY (Wontopos API key (wos-live-...). Create one in the console at wontopos.com.), WONTOPOS_USER_ID (Default store for every tool call (default: "default").), WONTOPOS_MODEL (Engine to read with: tablet-2 (default — same token price as tablet-1, and the one that serves photos and re-ask), tablet-1, scroll-1, or scroll-1.2.), WONTOPOS_VERIFY (Default re-ask passes for search, 0-3 (default 0). Each pass is another engine call and is billed for what it delivers; the agent can raise it per call.), WONTOPOS_MAX_IMAGES (Default photo results per search, 0-5 (default 0). Zero because these rows ride on every search; the view_image tool fetches the one picture that is wanted.), WONTOPOS_BASE_URL (A different API host. Leave unset for the default.), WONTOPOS_TIMEOUT_MS (Per-request timeout in ms (default 20000). A stalled API then fails in-band instead of hanging the host.), WONTOPOS_READ_ONLY (Set to 1 for read-only mode: recall/search/list_memories/engram/stats/revisions only, no write or delete tools.), WONTOPOS_ALLOW_STORE_OVERRIDE (Set to 1 to let tools take a user_id argument (multi-store). Default: every call is pinned to WONTOPOS_USER_ID.), WONTOPOS_HTTP_PORT (Serve over HTTP on this port instead of stdio, for hosts that cannot spawn a local process. Requires WONTOPOS_HTTP_TOKEN.), WONTOPOS_HTTP_TOKEN (Bearer token every HTTP request must carry. Required whenever WONTOPOS_HTTP_PORT is set.), WONTOPOS_HTTP_HOST (Interface to bind in HTTP mode. Default 127.0.0.1 (this machine only).), WONTOPOS_HTTP_ALLOWED_HOSTS (Comma-separated Host header values to accept in HTTP mode, for a tunnel that forwards its own public name. Loopback and the bind address are always accepted; anything else is refused 403.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Wontopos

same job, measured the same way
Th Memory MCP
by worakorn-prince

Local long-term memory MCP server (SQLite) for AI coding agents — OpenCode, Claude Code, Cursor

449 installs/wk local only
Kireo
by wang1051992187

Long-term memory for Claude Code, Cursor and any MCP client, with a searchable web dashboard.

470 installs/wk local only
Engrm
by dr12hes

Shared memory across devices, sessions, and agents for OpenClaw, Claude Code, and Codex.

138 installs/wk local only
Memory Fts
by kurovu146

Long-term memory for Claude Code with SQLite FTS5 search and BM25 ranking

33 installs/wk local only
Wiff
by xxxoooxoxo

Deterministic, resumable multi-agent workflows across Codex, Claude, Cursor, and Kimi.

296 installs/wk local only
Longmem
by marerem

Persistent cross-project memory for Cursor and Claude Code using local semantic search.

49 installs/wk local only
Sirro
by jonathanmberg

Shared memory for AI coding agents. Save once, reuse from Cursor, Claude Code, Codex.

answering
Context Autopilot
by chiragbachani

Mines your Claude Code and Cursor sessions into evidence-based CLAUDE.md / AGENTS.md rules.

88 installs/wk local only

Wontopos — questions

Answers built from our own checks of this server.

Why is there no uptime for Wontopos?
Wontopos 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 wontopos-mcp was installed 461 times last week.
How do I connect Wontopos?
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 wontopos-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Wontopos?
The npm package wontopos-mcp was installed 461 times in the last week. Week over week that is +17%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.