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