Skip to content
Zed

maias for Zed

io.github.maias-project/maias

Validate, query, safely edit, and wireframe MAIAS app-IA documents: cascading renames, atomic edits.

client:Zed transport:stdio runtime:npm

Install maias in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "maias": {
      "command": "npx",
      "args": [
        "-y",
        "@maias/mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

maias in other clients