Fidelis Memory for Cursor
io.github.hermes-labs-ai/fidelis-memory
Recall locally stored agent memories through an MCP-compatible host.
client:Cursor
transport:stdio
runtime:pypi
Install Fidelis Memory in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"fidelis-memory": {
"type": "stdio",
"command": "uvx",
"args": [
"fidelis-memory"
],
"env": {
"FIDELIS_PORT": "<FIDELIS_PORT>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs