openapi scout mcp for Cursor
io.github.mrfentmen/openapi-scout-mcp
Local read-only OpenAPI and Swagger inspection with secret-safe schema summaries. Tools include...
client:Cursor
transport:stdio
runtime:npm
Install openapi scout mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"openapi-scout-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"openapi-scout-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs