readyorai for Cursor
io.github.tedoneobichajavascript/readyorai
Zero-cost MCP server for local code inspection and best-practice recommendations
client:Cursor
transport:stdio
runtime:npm
Install readyorai in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"readyorai": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"readyorai"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs