scala score for Zed
io.github.alessandro114/scala-score
MCP server for S.C.A.L.A. Score API — let Claude, ChatGPT, and AI agents search 250M+ companies
client:Zed
transport:stdio
runtime:npm
Install scala score in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"scala-score": {
"command": "npx",
"args": [
"-y",
"scala-mcp-server"
],
"env": {
"SCORE_API_KEY": "<SCORE_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs