github gist for Grok
io.github.ofershap/github-gist
MCP server to create, read, update, list, and search GitHub Gists from your IDE
client:Grok
transport:stdio
runtime:npm
Install github gist in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"github-gist": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-server-github-gist"
]
}
}
}
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