VerifiedState Memory for Claude Desktop
io.github.verifiedstate/verifiedstate-mcp
Verified memory for AI agents. Signed assertions, billing attestation, session continuity.
client:Claude Desktop
transport:streamable-http
Install VerifiedState Memory in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"verifiedstate-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.verifiedstate.ai/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