Local Model Suitability MCP for Cursor
io.github.ojaskord/local-model-suitability-mcp
Check if a task runs locally vs cloud. Save money on calls that don't need cloud inference.
client:Cursor
transport:streamable-http
runtime:npm
tools:1
Install Local Model Suitability MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"local-model-suitability-mcp": {
"url": "https://local-model-suitability-mcp-production.up.railway.app"
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs