MCP Server
MCP
io.github.declaw-ai/mcp-server
Secure Firecracker microVM sandboxes for AI agents: network policy, PII & injection guardrails.
Install
npx -y @declaw/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@declaw/mcp-server",
"version": "0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Declaw API key (create one at https://declaw.ai).",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "DECLAW_API_KEY"
},
{
"description": "Optional override for the Declaw API domain (for self-hosted deployments).",
"format": "string",
"name": "DECLAW_DOMAIN"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment