MCP Integration Bridge
by Randika97
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| STATE_DIR | No | Directory for cached cookies and tokens. | |
| CODEGEN_ROOT | No | Root directory for generated workflow modules. | |
| HUB_CONNECTOR | No | Connector type for the optional hub role. | |
| ACTIVE_PROFILE | Yes | The ID of the active profile (e.g., 'erp-to-tms'). | |
| SOURCE_BASE_URL | Yes | Base URL of the source system. | |
| TARGET_BASE_URL | Yes | Base URL of the target system. | |
| TARGET_PASSWORD | Yes | Password for target system authentication. | |
| TARGET_USERNAME | Yes | Username for target system authentication. | |
| SOURCE_CLIENT_ID | Yes | Client ID for source system authentication. | |
| SOURCE_CONNECTOR | No | Connector type for the source role (e.g., oauth2_rest, session_graphql, token_api). | |
| SOURCE_DOCS_PATH | Yes | Path to the source system's documentation or source tree. | |
| SOURCE_TOKEN_URL | Yes | OAuth2 token endpoint of the source system. | |
| TARGET_CONNECTOR | No | Connector type for the target role (e.g., oauth2_rest, session_graphql, token_api). | |
| TARGET_DOCS_PATH | Yes | Path to the target system's documentation or source tree. | |
| HUB_ALLOWED_HOSTS | No | Comma-separated list of allowed hosts for the hub connector. | |
| SOURCE_DOCS_GLOBS | No | Comma-separated glob patterns for selecting searchable documentation files in the source. | |
| TARGET_DOCS_GLOBS | No | Comma-separated glob patterns for selecting searchable documentation files in the target. | |
| SOURCE_ALLOWED_HOSTS | No | Comma-separated list of allowed hosts for the source connector (SSRF protection). | |
| SOURCE_CLIENT_SECRET | Yes | Client secret for source system authentication. | |
| TARGET_ALLOWED_HOSTS | No | Comma-separated list of allowed hosts for the target connector. | |
| SOURCE_DOCS_INDEX_GLOB | No | Glob pattern to identify the index file for the source documentation. | |
| TARGET_DOCS_INDEX_FILE | No | Path to the index file for the target documentation. | |
| TRANSFER_POST_CALLBACK | No | Set to '1' or 'true' to allow writing back to the source system. | |
| TARGET_DOCS_INDEX_REGEX | No | Regular expression to extract named API surfaces from the target index file. |
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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Randika97/mcp-integration-bridge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server