scala score for Grok
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:Grok
transport:stdio
runtime:npm
Install scala score in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"scala-score": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"scala-mcp-server"
],
"env": {
"SCORE_API_KEY": "<SCORE_API_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs