MCP server for API documentation, supporting GraphQL, OpenAPI/Swagger, and gRPC from local files or remote URLs
Server Config
{
"mcpServers": {
"api-docs-mcp": {
"command": "npx",
"args": [
"api-docs-mcp"
],
"env": {
"API_SOURCES": "[{\"name\": \"PetstoreAPI\", \"method\": \"GET\", \"url\": \"https://petstore.swagger.io/v2/swagger.json\", \"type\": \"api\"}]"
}
}
}
}