agent-broker
by strommy76
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DELPHI_HOST | Yes | Host address to bind the server. | 127.0.0.1 |
| DELPHI_PORT | Yes | Port to listen on. | 8420 |
| DELPHI_DB_PATH | Yes | Path to SQLite database file. Resolved relative to project root unless absolute. | data/delphi.db |
| DELPHI_WEB_SECURE | Yes | Set to 'true'/'1'/'yes' to flag operator session cookie as Secure. | false |
| DELPHI_AGENTS_PATH | Yes | Path to agent manifest JSON file. | config/agents.json |
| DELPHI_OPERATOR_TOKEN | Yes | Shared secret for operator authentication. Generate with python -c "import secrets; print(secrets.token_hex(32))". Placeholders are rejected. | |
| OPERATOR_PARTICIPANT_ID | Yes | Participant ID of the operator. Must exist in agents.json. | operator |
| DELPHI_EXECUTOR_AGENT_ID | Yes | Agent ID for the executor role. Must exist with role='executor' in agents.json. | dev-codex-executor |
| DELPHI_MCP_HOST_REGISTRY | Yes | Host-header registry for MCP transport security. Example: 127.0.0.1:*,localhost:* | |
| DELPHI_ARBITRATOR_AGENT_ID | Yes | Agent ID for the arbitrator role. Must exist with role='arbitrator' in agents.json. | flow-claude |
| DELPHI_MCP_ORIGIN_REGISTRY | Yes | Origin registry for HTTP ingress. Example: http://127.0.0.1:8420,http://localhost:8420 | |
| DELPHI_NUDGE_SWEEP_ENABLED | Yes | Enables the background expired-nudge sweep. | true |
| DELPHI_MCP_SESSION_MANAGER_ENABLED | Yes | Enables the FastMCP stream session manager for HTTP MCP transport. | true |
| OPERATOR_PERMANENTLY_HIDDEN_THREADS_PATH | Yes | Path to operator-managed hidden-thread config. | config/operator_permanently_hidden_threads.json.example |
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
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/strommy76/agent-broker'
If you have feedback or need assistance with the MCP directory API, please join our Discord server