mcp for Cursor
io.github.uuaid/mcp
Permanent identity + encrypted, quantum-ready memory that outlives the session, for any AI agent.
client:Cursor
transport:stdio
runtime:npm
Install mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@uuaid/mcp"
],
"env": {
"UUAID_API_KEY": "<UUAID_API_KEY>",
"UUAID_VAULT_KEY": "<UUAID_VAULT_KEY>",
"UUAID_AGENT": "<UUAID_AGENT>",
"UUAID_BASE_URL": "<UUAID_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs