Used by 1 plugin
Add to your .mcp.json:
{
"mcpServers": {
"openapi-parser": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/src/mcp-servers/openapi-parser.js"
],
"env": {
"SWAGGERHUB_API_KEY": "${SWAGGERHUB_API_KEY}"
}
}
}
}Replace placeholder values for: SWAGGERHUB_API_KEY
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server has elevated permissions. Review the source code before enabling.
nodeSWAGGERHUB_API_KEY=${SWAGGERHUB_API_KEY}