
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
@declaw/mcp-server
Advanced tools
MCP server for Declaw — secure AI sandboxes with network policies, PII scanning, injection defense, and audit logging
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.
Add to your MCP config:
{
"mcpServers": {
"declaw": {
"command": "npx",
"args": ["-y", "@declaw/mcp-server"],
"env": {
"DECLAW_API_KEY": "your-api-key"
}
}
}
}
claude mcp add declaw -- npx -y @declaw/mcp-server
Set DECLAW_API_KEY in your environment.
| Tool | Description |
|---|---|
create_sandbox | Create a secure sandbox with configurable security policies |
run_command | Execute a shell command inside a sandbox |
read_file | Read a file from a sandbox |
write_file | Write a file to a sandbox |
list_files | List directory contents in a sandbox |
kill_sandbox | Destroy a sandbox |
list_sandboxes | List all active sandboxes |
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"]
| Declaw | E2B | Daytona | |
|---|---|---|---|
| Sandbox execution | Yes | Yes | Yes |
| Network policies | Yes | No | No |
| PII scanning | Yes | No | No |
| Injection defense | Yes | No | No |
| Audit logging | Yes | No | No |
| Snapshots | Yes | No | No |
| Multiple templates | 8 built-in | 1 (Python) | Custom images |
| Interactive stdio | Yes | No | Yes |
| Variable | Required | Description |
|---|---|---|
DECLAW_API_KEY | Yes | Your Declaw API key |
DECLAW_DOMAIN | No | Custom API domain (for on-prem deployments) |
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"
}
}
}
}
Apache-2.0
FAQs
MCP server for Declaw — secure AI sandboxes with network policies, PII scanning, injection defense, and audit logging
The npm package @declaw/mcp-server receives a total of 27 weekly downloads. As such, @declaw/mcp-server popularity was classified as not popular.
We found that @declaw/mcp-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.