mcp state sidecar for Cursor
io.github.askadvaith/mcp-state-sidecar
MCP State Sidecar: durable state persistence for multi-agent AI workflows
client:Cursor
transport:stdio
runtime:pypi
Install mcp state sidecar in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-state-sidecar": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-state-sidecar"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs