Sciple Platform for Grok
io.github.navaganeshr/sciple-mcp
Sciple platform MCP: services, dashboards, runbooks, tickets, environments, AWS cloud inventory.
client:Grok
transport:stdio
runtime:pypi
Install Sciple Platform in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"sciple-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"sciple-mcp"
],
"env": {
"SCIPLE_PLATFORM_URL": "<SCIPLE_PLATFORM_URL>"
}
}
}
}
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