Exomem for Cursor
io.github.artexis10/exomem
Local Markdown/Obsidian knowledge substrate for MCP agents with governed memory and hybrid search.
client:Cursor
transport:stdio
runtime:pypi
Install Exomem in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"exomem": {
"type": "stdio",
"command": "uvx",
"args": [
"exomem"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs