Skip to content
VS Code

Mitos for VS Code

io.github.dovahkiin-v/mitos

Architectural decision memory for LLM-native workflows — markdown for humans, a graph for agents.

client:VS Code transport:stdio runtime:pypi

Install Mitos in VS Code

.vscode/mcp.json

{
  "servers": {
    "mitos": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mitos-adr"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Mitos in other clients