Loading...
npm install -g{
"mcpServers": {
"My API Spec (npx)": {
"command": "npx",
"args": [
"-y",
"mcp-openapi-schema-explorer@latest",
"<path-or-url-to-spec>",
"--output-format",
"yaml"
],
"env": {}
}
}
}This server is generally safe for exploring OpenAPI specifications due to its read-only nature and reliance on MCP client security. However, users should ensure that the OpenAPI specifications themselves do not contain sensitive information and that the MCP client is properly configured to restrict access.