Mitos for Cursor
io.github.dovahkiin-v/mitos
Architectural decision memory for LLM-native workflows — markdown for humans, a graph for agents.
client:Cursor
transport:stdio
runtime:pypi
Install Mitos in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mitos": {
"type": "stdio",
"command": "uvx",
"args": [
"mitos-adr"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs