MCP server that recommends the best AI model per agent role — from the subscriptions you actually have. Benchmarks, pricing, and the why
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"somm": {
"command": "go",
"args": [
"run",
"github.com/R0LM0/somm@latest"
]
}
}
}
Run in terminal:
claude mcp add somm go run github.com/R0LM0/somm@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"somm": {
"command": "go",
"args": [
"run",
"github.com/R0LM0/somm@latest"
]
}
}
}