LLM-bridge-mcp-server
by magnexis
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ZAI_API_KEY | Yes | API key for the Z.AI or OpenRouter provider | |
| ZAI_PROVIDER | No | Provider selection: 'zai' or 'openrouter' | zai |
| ZAI_TEXT_MODEL | No | Model identifier for text generation tasks | |
| ZAI_API_BASE_URL | No | Base URL for the API provider | |
| ZAI_VISION_MODEL | No | Model identifier for vision/UI audit tasks | |
| GLM_BRIDGE_DATA_DIR | No | Directory path for persistent data storage | |
| GLM_BRIDGE_HTTP_HOST | No | Host address for HTTP transport mode | |
| GLM_BRIDGE_HTTP_PORT | No | Port for HTTP transport mode | |
| GLM_BRIDGE_LOG_LEVEL | No | Logging level (e.g., 'debug', 'info', 'error') | |
| GLM_BRIDGE_TRANSPORT_MODE | No | Transport mode: 'stdio' for local MCP, 'http' for remote streamable HTTP | stdio |
| GLM_BRIDGE_ALLOWED_DOMAINS | No | Comma-separated allowed domains for network retrieval | |
| GLM_BRIDGE_NETWORK_ENABLED | No | Enable network retrieval tool: 'true' or 'false' | false |
| GLM_BRIDGE_REMOTE_AUTH_MODE | No | Remote authentication mode: 'none', 'bearer', or 'oauth_metadata' | |
| GLM_BRIDGE_REMOTE_AUTH_TOKEN | No | Bearer token for remote authentication when using 'bearer' mode |
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
- 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/magnexis/LLM-bridge-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server