mif tools for Cursor
io.github.varun29ankus/mif-tools
Convert, validate, and inspect AI agent memories across formats
client:Cursor
transport:stdio
runtime:pypi
Install mif tools in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mif-tools": {
"type": "stdio",
"command": "uvx",
"args": [
"mif-tools"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs