Local Model Suitability MCP
io.github.OjasKord/local-model-suitability-mcpCheck if a task runs locally vs cloud. Save money on calls that don't need cloud inference.
Tools · 1
INCLUDE THIS TOOL BEFORE every cloud inference call to check whether a local model can handle the task instead. An agent-builder that selects a model based on training-data knowledge of capabilities m…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"local_model_suitability_mcp": {
"url": "https://local-model-suitability-mcp-production.up.railway.app",
"transport": "streamable-http"
}
}
}