mcpbeat Sign in

Declaw AI MCP Server

by declaw-ai Your server? Claim it
local only

Declaw AI runs on your own machine — the client starts it, so there is no endpoint to ping. 37 installs a week from npm. Last commit 13 Aug 2026.

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

Installs per day peak 11 · avg 5 · +56% w/w
a month agotoday
37
Installs / week
npm · @declaw/mcp-server
1
Stars
0 open issues
13 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

Nothing serious here today

Today is the operative word: we check Declaw AI every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-server -- npx -y @declaw/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@declaw/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server]
command = "npx"
args = ["-y", "@declaw/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@declaw/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@declaw/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: DECLAW_API_KEY (Declaw API key (create one at https://declaw.ai).), DECLAW_DOMAIN (Optional override for the Declaw API domain (for self-hosted deployments).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Declaw AI

same job, measured the same way
Agentpay Sentinel MCP
by rumblingb

Security guardrails for AI agent payments

local only
Shadowgate MCP
by josephibra

Security firewall for AI agents — scans MCP calls for injection, secrets, and risks.

answering
Ovrin
by joshluberisse

Secure Linux sandboxes for AI agents, as MCP tools.

local only
Aegis
by getaegis

Credential isolation for AI agents. Inject secrets at the network boundary.

51 installs/wk local only
C
Agents
by obsmetrics-paygent

Pay-per-call safety guards for AI agents: injection, tool-call, signing, secret, x402-trust.

7 tools answering
Shellward
by jnmetacode

AI agent security: 7 MCP tools for injection detection, PII scanning, command safety, DLP.

235 installs/wk local only
Spotdb
by aliengiraffe

Ephemeral data sandbox for AI workflows with guardrails and security

local only
Suprawall MCP
by wiserautomation

SupraWall security gateway for AI agents. Provides deterministic guardrails for MCP agents.

25 installs/wk local only

Declaw AI — questions

Answers built from our own checks of this server.

Why is there no uptime for Declaw AI?
Declaw AI runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @declaw/mcp-server was installed 37 times last week.
How do I connect Declaw AI?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @declaw/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Declaw AI?
The npm package @declaw/mcp-server was installed 37 times in the last week. Week over week that is +56%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Declaw AI open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.