mcp
About
Wontopos (WOS) long-term memory (beta) - one memory across Claude Code, Cursor, and your agents.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
WONTOPOS_API_KEY WONTOPOS_USER_ID WONTOPOS_MODEL WONTOPOS_BASE_URL WONTOPOS_READ_ONLY WONTOPOS_ALLOW_STORE_OVERRIDEClaude Code
claude mcp add --env WONTOPOS_API_KEY= --env WONTOPOS_USER_ID= --env WONTOPOS_MODEL= --env WONTOPOS_BASE_URL= --env WONTOPOS_READ_ONLY= --env WONTOPOS_ALLOW_STORE_OVERRIDE= mcp -- npx wontopos-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"mcp","command":"npx","args":["wontopos-mcp"],"env":{"WONTOPOS_API_KEY":"","WONTOPOS_USER_ID":"","WONTOPOS_MODEL":"","WONTOPOS_BASE_URL":"","WONTOPOS_READ_ONLY":"","WONTOPOS_ALLOW_STORE_OVERRIDE":""}}'
JSON
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"wontopos-mcp"
],
"env": {
"WONTOPOS_API_KEY": "",
"WONTOPOS_USER_ID": "",
"WONTOPOS_MODEL": "",
"WONTOPOS_BASE_URL": "",
"WONTOPOS_READ_ONLY": "",
"WONTOPOS_ALLOW_STORE_OVERRIDE": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.