agentify for Grok
io.github.sani-savaliya/agentify
Turn any OpenAPI/Swagger spec into an MCP server - every API operation becomes an agent tool.
client:Grok
transport:stdio
runtime:npm
Install agentify in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"agentify": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agentify-openapi"
],
"env": {
"AGENTIFY_BEARER_TOKEN": "<AGENTIFY_BEARER_TOKEN>",
"AGENTIFY_API_KEY": "<AGENTIFY_API_KEY>",
"AGENTIFY_API_KEY_HEADER": "<AGENTIFY_API_KEY_HEADER>",
"AGENTIFY_API_KEY_QUERY": "<AGENTIFY_API_KEY_QUERY>",
"AGENTIFY_BASIC_USER": "<AGENTIFY_BASIC_USER>",
"AGENTIFY_BASIC_PASS": "<AGENTIFY_BASIC_PASS>"
}
}
}
}
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