saihm mcp for Grok
io.github.saihm-admin/saihm-mcp
MCP standards client for your own custodial SAIHM operator. Free start: @saihm/mcp-server-pro
client:Grok
transport:stdio
runtime:npm
Install saihm mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"saihm-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@saihm/mcp-server"
],
"env": {
"SAIHM_ENDPOINT_URL": "<SAIHM_ENDPOINT_URL>",
"SAIHM_AUTH_HEADER": "<SAIHM_AUTH_HEADER>"
}
}
}
}
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