ITHZ MCP for Cursor
dev.ithz/ithz-mcp
Local deterministic project memory for AI agents with context packs, gates and checkpoints.
client:Cursor
transport:stdio
runtime:pypi
Install ITHZ MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ithz-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"ithz-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs