Homestead Memory for Cursor
io.github.fuckbigtech-ai/homestead-memory
Tamper-evident record of what your AI agent did, plus local-first verifiable memory.
client:Cursor
transport:stdio
runtime:pypi
Install Homestead Memory in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"homestead-memory": {
"type": "stdio",
"command": "uvx",
"args": [
"homestead-memory"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs