@1claw/mcp
Officialby 1clawAI
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP port (httpStream mode only). | 8080 |
| MCP_TRANSPORT | No | Transport mode: 'stdio' or 'httpStream'. | stdio |
| ONECLAW_AGENT_ID | No | Agent UUID from dashboard. Use with ONECLAW_AGENT_API_KEY. | |
| ONECLAW_BASE_URL | No | Vault API base URL. | https://api.1claw.xyz |
| ONECLAW_VAULT_ID | No | UUID of the vault to operate on. | |
| ONECLAW_LOCAL_ONLY | No | Set to 'true' for security-only mode (no vault credentials needed). | false |
| ONECLAW_AGENT_TOKEN | No | Static Bearer JWT (alternative to ID+key; expires in ~1 h). | |
| ONECLAW_AGENT_API_KEY | No | Agent API key (ocv_...). Server exchanges this for a JWT and auto-refreshes. | |
| ONECLAW_MCP_PII_DETECTION | No | 'true' to detect PII patterns. | true |
| ONECLAW_MCP_REDACT_SECRETS | No | 'true' to redact secret values from non-secret tool outputs. | true |
| ONECLAW_MCP_EXFIL_PROTECTION | No | 'block', 'warn', or 'off'. | block |
| ONECLAW_MCP_SECURITY_ENABLED | No | Master switch. Set to 'false' to disable all inspection. | true |
| ONECLAW_MCP_SANITIZATION_MODE | No | 'block', 'surgical', or 'log_only'. | block |
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/1clawAI/1claw-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server