x openapi flow mcp for Grok
io.github.tiago-marques/x-openapi-flow-mcp
OpenAPI lifecycle guard and MCP sidecar for policy-driven API orchestration.
client:Grok
transport:stdio
runtime:npm
Install x openapi flow mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"x-openapi-flow-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"x-openapi-flow"
]
}
}
}
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