dyslex.ia for VS Code
io.github.firou91/dyslex-ia
Accessibility MCP server and Agent Skills for AI agents. Requires Superpowers.
client:VS Code
transport:stdio
runtime:npm
Install dyslex.ia in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "dyslexia-superpowers-path",
"description": "DYSLEXIA_SUPERPOWERS_PATH",
"password": true
}
],
"servers": {
"dyslex-ia": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@firou91/dyslex.ia"
],
"env": {
"DYSLEXIA_SUPERPOWERS_PATH": "${input:dyslexia-superpowers-path}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs