declaw-mcp-server
OfficialDeclaw MCP Server
MCP server for Declaw — secure sandbox execution for AI agents with network policies, PII scanning, prompt injection defense, and audit logging.
Works with Claude Desktop, Claude Code, Cursor, Windsurf, and any MCP-compatible AI tool.
Quick Start
Claude Desktop / Cursor / Windsurf
Add to your MCP config:
{
"mcpServers": {
"declaw": {
"command": "npx",
"args": ["-y", "@declaw/mcp-server"],
"env": {
"DECLAW_API_KEY": "your-api-key"
}
}
}
}Claude Code
claude mcp add declaw -- npx -y @declaw/mcp-serverSet DECLAW_API_KEY in your environment.
Related MCP server: MCP Code Mode
Tools
Tool | Description |
| Create a secure sandbox with configurable security policies |
| Execute a shell command inside a sandbox |
| Read a file from a sandbox |
| Write a file to a sandbox |
| List directory contents in a sandbox |
| Destroy a sandbox |
| List all active sandboxes |
Security Presets
When creating a sandbox, choose a security preset:
none— No guardrails. Full internet access.standard(default) — PII scanning + audit logging. Full internet access.strict— PII scanning + prompt injection defense + audit logging + network deny-all.
You can also pass allowed_domains to restrict outbound traffic to specific domains:
create_sandbox with template="python", security_preset="strict", allowed_domains=["pypi.org", "github.com"]Why Declaw?
Declaw | Other Sandbox Providers | |
Sandbox execution | Yes | Yes |
Non-bypassable network controls | Yes | ?? |
PII scanning | Yes | No |
Injection defense | Yes | No |
Full audit trail | Yes | Basic |
Snapshots | Yes | Varies |
Multiple templates | 8 built-in | Varies |
Interactive stdio | Yes | Varies |
Environment Variables
Variable | Required | Description |
| Yes | Your Declaw API key |
| No | Custom API domain (for on-prem deployments) |
On-Prem
For self-hosted Declaw deployments, set the domain:
{
"mcpServers": {
"declaw": {
"command": "npx",
"args": ["-y", "@declaw/mcp-server"],
"env": {
"DECLAW_API_KEY": "your-api-key",
"DECLAW_DOMAIN": "declaw.internal.company.com"
}
}
}
}License
Apache-2.0
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityFmaintenanceA secure, container-based implementation of the Model Context Protocol (MCP) that provides sandboxed environments for AI systems to safely execute code, run commands, access files, and perform web operations.Last updated22Apache 2.0
- Flicense-qualityDmaintenanceEnables AI agents to write and execute Python code in an isolated sandbox that can orchestrate multiple MCP tool calls, reducing context window bloat and improving efficiency for complex workflows.Last updated23
- Alicense-qualityBmaintenanceProvides sandboxed code execution for AI agents with support for Python, JavaScript, and shell commands. Includes comprehensive safety features like destructive pattern blocking, timeout protection, and restricted file access for secure production use.Last updated44MIT
- Alicense-qualityCmaintenanceEnables AI agents to execute arbitrary Python code securely in a sandboxed environment with resource limits and security constraints via MCP protocol.Last updatedMIT
Related MCP Connectors
A paid remote MCP for AI SDK eval dashboard, built to return verdicts, receipts, usage logs, and aud
An MCP server for Arcjet - the runtime security platform that ships with your AI code.
Security firewall for AI agents — scans MCP calls for injection, secrets, and risks.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/declaw-ai/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server