HTTP for Grok
io.github.abhishekkumar2021/http
HTTP/REST client with saved collections, env secrets, and SSRF-safe host allowlisting.
client:Grok
transport:stdio
runtime:npm
Install HTTP in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"http": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@abhishekmcp/http"
],
"env": {
"HTTP_ALLOW_HOSTS": "<HTTP_ALLOW_HOSTS>",
"HTTP_WRITABLE": "<HTTP_WRITABLE>"
}
}
}
}
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