Kosha Model Discovery for Zed
io.github.sriinnu/kosha-discovery
Tells your agent which model to use and what it costs, across 45 providers and local runtimes.
client:Zed
transport:stdio
runtime:npm
Install Kosha Model Discovery in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs