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
{
"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