Skip to content
Cursor

scala score for Cursor

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:Cursor transport:stdio runtime:npm

Install scala score in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "scala-score": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "scala-mcp-server"
      ],
      "env": {
        "SCORE_API_KEY": "<SCORE_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

scala score in other clients