Installation & Configuration
{
"mcpServers": {
"openapi_mcp_server": {
"command": "uv",
"args": [
"run",
"openapi_mcp_server"
],
"env": {
"DEBUG": "1",
"API_BASE_URL": "https://petstore.swagger.io/v2",
"OPENAPI_SPEC_PATH": "https://petstore.swagger.io/v2/swagger.json",
"API_HEADERS": "Accept:application/json",
"API_WHITE_LIST": "addPet,updatePet,findPetsByStatus"
}
}
}
}Information
Transport
stdio
Language
Python
Created
2026/6/17
Updated
2026/6/17