SN MCP Server for Grok
io.github.imjaineel/sn-mcp-server
Multi-instance read-only MCP server for ServiceNow
client:Grok
transport:stdio
runtime:npm
Install SN MCP Server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"sn-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@imjaineel-dev/sn-mcp-server"
],
"env": {
"SN_INSTANCE_CONFIG": "<SN_INSTANCE_CONFIG>",
"SN_MCP_SERVER_VERBOSE": "<SN_MCP_SERVER_VERBOSE>",
"SN_LOG_DIR": "<SN_LOG_DIR>",
"GITHUB_TOKEN": "<GITHUB_TOKEN>"
}
}
}
}
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