Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SIDCLAW_API_KEY | Yes | Your SidClaw API key, used to authenticate the agent with the governance platform. | |
| SIDCLAW_API_URL | No | The base URL of the SidClaw API. Defaults to the hosted cloud version. | https://api.sidclaw.com |
| SIDCLAW_AGENT_ID | Yes | The unique identifier for the agent being governed in the SidClaw dashboard. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
| prompts | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| governance_proxyA | SidClaw MCP Governance Proxy — wraps any upstream MCP server with policy evaluation, human-in-the-loop approval, and tamper-evident audit trails. Configure SIDCLAW_API_KEY, SIDCLAW_AGENT_ID, and SIDCLAW_UPSTREAM_CMD to connect to your upstream server. See https://docs.sidclaw.com/docs/integrations/mcp for setup instructions. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |