Skip to main content
Glama
SuneraUdana

MCP Agent Platform MVP

by SuneraUdana

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DATABASE_URLNoPostgreSQL connection string. Required when AGENT_REPOSITORY is set to 'postgres'.
MCP_TOOL_URLNoExternal MCP-compatible gateway endpoint used by the API for tool invocation. If unset, a deterministic local adapter is used for development.
AGENT_REPOSITORYNoRepository 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_JSONNoOptional 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

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