← Back to Plugins
MCP Server MCP

io.github.declaw-ai/mcp-server

github By github 👁 1 views ▲ 0 votes

Secure Firecracker microVM sandboxes for AI agents: network policy, PII & injection guardrails.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...