readyorai for VS Code
io.github.tedoneobichajavascript/readyorai
Zero-cost MCP server for local code inspection and best-practice recommendations
client:VS Code
transport:stdio
runtime:npm
Install readyorai in VS Code
.vscode/mcp.json
{
"servers": {
"readyorai": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"readyorai"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs