mcp-openapi-bridge
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP port when MCP_TRANSPORT=http | 8080 |
| API_BASE_URL | Yes | Base URL of the REST API, e.g. https://api.stripe.com | |
| MCP_TRANSPORT | No | Transport type: stdio or http | stdio |
| OPENAPI_TOKEN | No | Bearer token for Authorization header | |
| MCP_AUTH_TOKEN | No | Bearer token required by the /mcp HTTP endpoint | |
| OPENAPI_API_KEY | No | API key value | |
| OPENAPI_SPEC_URL | No | URL of the OpenAPI spec | |
| OPENAPI_MAX_TOOLS | No | Maximum tools to register | 128 |
| OPENAPI_SPEC_PATH | No | Local file path to the OpenAPI spec | |
| OPENAPI_PATH_PREFIX | No | Only include paths starting with this prefix | |
| OPENAPI_EXCLUDE_TAGS | No | Comma-separated tags to exclude | |
| OPENAPI_INCLUDE_TAGS | No | Comma-separated tags to include | |
| OPENAPI_API_KEY_PARAM | No | Query param name for API key, e.g. api_key | |
| OPENAPI_API_KEY_HEADER | No | Header name for API key, e.g. X-API-Key | |
| OPENAPI_CUSTOM_HEADERS | No | Extra headers for every call: X-Foo=bar,X-Baz=qux | |
| OPENAPI_SPEC_CACHE_TTL_SECONDS | No | Cache TTL in seconds for spec URL (default 3600) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues