Loading MCP server directory, please wait...
Wontopos (WOS) long-term memory (beta) - one memory across Claude Code, Cursor, and your agents.
npx @getmcp/cli add com.wontopos/mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
WONTOPOS_API_KEYWontopos API key (wos-live-...). Create one in the console at wontopos.com.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.wontopos/mcp": {
"command": "npx",
"args": [
"-y",
"wontopos-mcp"
],
"env": {
"WONTOPOS_API_KEY": "",
"WONTOPOS_USER_ID": "",
"WONTOPOS_MODEL": "",
"WONTOPOS_BASE_URL": "",
"WONTOPOS_READ_ONLY": ""
}
}
}
}