projectmem for Cursor
io.github.riponcm/projectmem
Coding agent memory — one local MCP server for every project. Warns before repeating failed fixes.
client:Cursor
transport:stdio
runtime:pypi
Install projectmem in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"projectmem": {
"type": "stdio",
"command": "uvx",
"args": [
"projectmem"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs