elefante for Cursor
io.github.amenophis1er/elefante
Open, Git-native memory protocol for MCP agents. Portable, versioned, human-editable.
client:Cursor
transport:stdio
runtime:npm
Install elefante in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"elefante": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"elefante-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs