Compute Finance Oracle for Zed
io.github.compute-finance/mcp
Live AI compute pricing oracle — real-time LLM model prices across providers
client:Zed
transport:stdio
runtime:npm
Install Compute Finance Oracle in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@compute-finance/mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs