clude for Cursor
io.github.sebbsssss/clude
Portable agent memory anchored on Solana. Local SQLite + vector recall, open export.
client:Cursor
transport:stdio
runtime:npm
Install clude in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"clude": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@clude/sdk"
],
"env": {
"CORTEX_API_KEY": "<CORTEX_API_KEY>",
"CORTEX_HOST_URL": "<CORTEX_HOST_URL>",
"CLUDE_WALLET": "<CLUDE_WALLET>",
"CLUDE_AGENT_NAME": "<CLUDE_AGENT_NAME>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs