Skip to content
Cline

Kosha Model Discovery for Cline

io.github.sriinnu/kosha-discovery

Tells your agent which model to use and what it costs, across 45 providers and local runtimes.

client:Cline transport:stdio runtime:npm

Install Kosha Model Discovery in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "kosha-discovery": {
      "command": "npx",
      "args": [
        "-y",
        "@sriinnu/kosha-discovery"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>",
        "OPENAI_API_KEY": "<OPENAI_API_KEY>",
        "GOOGLE_API_KEY": "<GOOGLE_API_KEY>",
        "OPENROUTER_API_KEY": "<OPENROUTER_API_KEY>",
        "XAI_API_KEY": "<XAI_API_KEY>",
        "TYPESAFE_API_KEY": "<TYPESAFE_API_KEY>",
        "KOSHA_CACHE_TTL_HOURS": "<KOSHA_CACHE_TTL_HOURS>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Kosha Model Discovery in other clients