MCP Agent Platform MVP
by SuneraUdana
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DATABASE_URL | No | PostgreSQL connection string. Required when AGENT_REPOSITORY is set to 'postgres'. | |
| MCP_TOOL_URL | No | External MCP-compatible gateway endpoint used by the API for tool invocation. If unset, a deterministic local adapter is used for development. | |
| AGENT_REPOSITORY | No | Repository mode for the agent registry. Use 'memory' for the development fallback (no database required) or 'postgres' for the PostgreSQL-backed registry. Defaults to 'memory'. | memory |
| POLICY_RULES_JSON | No | Optional JSON array of policy rules for the policy service, e.g. '[{"policy_id":"demo-weather","effect":"allow","actor_id":"agent-2","tool_id":"weather","action":"invoke","reason":"Demo agent may invoke weather"}]'. If unset, the policy service defaults to deny. |
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