Catalog
MCP
Officialby wontopos
Wontopos (WOS) long-term memory (beta) - one memory across Claude Code, Cursor, and your agents.
Wontopos (WOS) long-term memory (beta) - one memory across Claude Code, Cursor, and your agents.
README not available yet.
Install
Configuration
Environment variables
WONTOPOS_API_KEYrequiredsecretWontopos API key (wos-live-...). Create one in the console at wontopos.com.
WONTOPOS_USER_IDDefault store for every tool call (default: "default").
WONTOPOS_MODELEngine to read with: tablet-1 (default) or scroll-1.
WONTOPOS_BASE_URLSelf-hosted deployments only.
WONTOPOS_READ_ONLYSet to 1 for read-only mode: recall/search/list only, no write or delete tools.
claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"wontopos-mcp@1.0.2"
],
"env": {
"WONTOPOS_API_KEY": "<YOUR_WONTOPOS_API_KEY>",
"WONTOPOS_USER_ID": "<YOUR_WONTOPOS_USER_ID>",
"WONTOPOS_MODEL": "<YOUR_WONTOPOS_MODEL>",
"WONTOPOS_BASE_URL": "<YOUR_WONTOPOS_BASE_URL>",
"WONTOPOS_READ_ONLY": "<YOUR_WONTOPOS_READ_ONLY>"
}
}
}
}