Odel
maias

maias

Local
@maias-project1TypeScriptApache-2.0Updated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@maias/mcpv0.5.1

Run

npx -y @maias/mcp

MCP client config

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