Skip to content
Zed

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

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

{
  "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

scala score in other clients