Gnosem for Claude Desktop
dev.gnosem/gnosem
Cross-vendor AI memory over MCP. One semantic store, readable and writeable from every MCP client.
client:Claude Desktop
transport:streamable-http
tools:6
Install Gnosem in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"gnosem": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://gnosem.dev/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs