Skip to content
Zed

dyslex.ia for Zed

io.github.firou91/dyslex-ia

Accessibility MCP server and Agent Skills for AI agents. Requires Superpowers.

client:Zed transport:stdio runtime:npm

Install dyslex.ia in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "dyslex-ia": {
      "command": "npx",
      "args": [
        "-y",
        "@firou91/dyslex.ia"
      ],
      "env": {
        "DYSLEXIA_SUPERPOWERS_PATH": "<DYSLEXIA_SUPERPOWERS_PATH>"
      }
    }
  }
}

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

dyslex.ia in other clients