mcp server for Grok
io.github.trustscoreagent/mcp-server
Check the reputation of AI microservices and public APIs from an open trust registry.
client:Grok
transport:stdio
runtime:npm
Install mcp server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@trustscoreagent/mcp-server"
],
"env": {
"TRUSTSCORE_API_URL": "<TRUSTSCORE_API_URL>",
"TRUSTSCORE_AGENT_DID": "<TRUSTSCORE_AGENT_DID>"
}
}
}
}
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