llmwiki-agent-bridge
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LLMWIKI_AGENT_BRIDGE_HOST | No | Bridge bind host; non-loopback values require explicit opt-in. | 127.0.0.1 |
| LLMWIKI_AGENT_BRIDGE_PORT | No | Bridge HTTP port. | 8788 |
| LLMWIKI_AGENT_BRIDGE_MODEL | No | Chat completions model name. | hermes-agent |
| LLMWIKI_AGENT_BRIDGE_API_KEY | No | Optional runtime API key sent only to the configured runtime. | |
| LLMWIKI_AGENT_BRIDGE_BASE_URL | No | OpenAI-compatible chat completions base URL. | http://127.0.0.1:8642/v1 |
| LLMWIKI_AGENT_BRIDGE_CONFIG_PATH | No | Persistent settings file for /settings/config.json and /settings/sources.json. | |
| LLMWIKI_AGENT_BRIDGE_BEARER_TOKEN | No | Optional bearer token required by bridge HTTP requests. | |
| LLMWIKI_AGENT_BRIDGE_SOURCE_POLICY | No | Outbound Knowledge Source URL policy. | private-http |
| LLMWIKI_AGENT_BRIDGE_ALLOWED_ORIGINS | No | Extra browser CORS origins allowed to call the bridge. | |
| LLMWIKI_AGENT_BRIDGE_RUNTIME_PROFILE | No | Runtime profile preset: hermes, deepagents, or generic. | hermes |
| LLMWIKI_AGENT_BRIDGE_ALLOW_PUBLIC_BIND | No | Set to '1' before binding to a non-loopback host. | |
| LLMWIKI_AGENT_BRIDGE_ALLOWED_SOURCE_ORIGINS | No | Exact Knowledge Source origins for allowlist or stricter policies. |
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/knowledge-bridge-labs/llmwiki-agent-bridge'
If you have feedback or need assistance with the MCP directory API, please join our Discord server