mcp observatory for Grok
io.github.kryptosai/mcp-observatory
MCP security scanner. CI-native testing, attack simulation, health scoring, and SARIF.
client:Grok
transport:stdio
runtime:npm
Install mcp observatory in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-observatory": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@kryptosai/mcp-observatory"
]
}
}
}
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