coordination_bus/mcp_server.py
by arko-sanyal
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOCI_AGENT_ID | Yes | This process's own agent identity. | |
| LOCI_PROJECTS | Yes | Comma-separated list of project names this identity may act in. | |
| LOCI_REVIEWER | No | Whether this identity is a reviewer. Set to 'true' or 'false'. Defaults to 'false'. | |
| LOCI_OPERATIONS | No | Comma-separated list of operations this identity may perform. Defaults to all operations. | |
| LOCI_PEERS_JSON | No | JSON array of peer agents (each with agent_id and secret) for message delivery and coordination. | |
| LOCI_AGENT_SECRET | Yes | The secret for this agent, used for HMAC signing. | |
| LOCI_COORDINATION_DB | No | Path to the SQLite database file. Defaults to .loci/coordination.sqlite3 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
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 | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues