Skip to main content
Glama
knowledge-bridge-labs

llmwiki-agent-bridge

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LLMWIKI_AGENT_BRIDGE_HOSTNoBridge bind host; non-loopback values require explicit opt-in.127.0.0.1
LLMWIKI_AGENT_BRIDGE_PORTNoBridge HTTP port.8788
LLMWIKI_AGENT_BRIDGE_MODELNoChat completions model name.hermes-agent
LLMWIKI_AGENT_BRIDGE_API_KEYNoOptional runtime API key sent only to the configured runtime.
LLMWIKI_AGENT_BRIDGE_BASE_URLNoOpenAI-compatible chat completions base URL.http://127.0.0.1:8642/v1
LLMWIKI_AGENT_BRIDGE_CONFIG_PATHNoPersistent settings file for /settings/config.json and /settings/sources.json.
LLMWIKI_AGENT_BRIDGE_BEARER_TOKENNoOptional bearer token required by bridge HTTP requests.
LLMWIKI_AGENT_BRIDGE_SOURCE_POLICYNoOutbound Knowledge Source URL policy.private-http
LLMWIKI_AGENT_BRIDGE_ALLOWED_ORIGINSNoExtra browser CORS origins allowed to call the bridge.
LLMWIKI_AGENT_BRIDGE_RUNTIME_PROFILENoRuntime profile preset: hermes, deepagents, or generic.hermes
LLMWIKI_AGENT_BRIDGE_ALLOW_PUBLIC_BINDNoSet to '1' before binding to a non-loopback host.
LLMWIKI_AGENT_BRIDGE_ALLOWED_SOURCE_ORIGINSNoExact 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

NameDescription

No tools

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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