mcpbeat Sign in

Laguarde MCP Server

by futur-panda Your server? Claim it
local only

Laguarde runs on your own machine — the client starts it, so there is no endpoint to ping. 115 installs a week from npm. Last commit 26 Jul 2026.

Self-hostable policy control plane for AI coding agents.

Installs per day peak 474 · avg 23 · -54% w/w
a month agotoday
115
Installs / week
npm · laguarde-mcp
1
Stars
0 open issues
26 Jul 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 23 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/daemon-cli.ts:64
  const child = spawn(process.execPath, [serverPath], {
          document.getElementById("evaluation-result").innerHTML = renderEvaluation();

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 laguarde -- npx -y laguarde-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "laguarde": {
      "args": [
        "-y",
        "laguarde-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.laguarde]
command = "npx"
args = ["-y", "laguarde-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "laguarde": {
      "args": [
        "-y",
        "laguarde-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "laguarde": {
      "args": [
        "-y",
        "laguarde-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Laguarde

same job, measured the same way
Polis Protocol
by yehudalevy-collab

Local-first control plane for coding agents: routing, reservations, and guardrails.

84 installs/wk local only
Cogmem
by writerslogic

A self-improving, verifiable memory layer for AI coding agents.

47 installs/wk local only
Osmcp
by krushnavardhanreddy

A typed, policy-controlled OS capability layer for AI agents.

local only
Gpc MCP Server
by muhammetali

Google Play Console MCP Server for AI coding agents

53 installs/wk local only
aictrl
by vasparshin

Governance layer for AI coding agents: knowledge-graph grounding, session audit, policy controls.

answering
Constraints Registry
by sureshkhemka

Policy-as-code guardrails for AI coding agents, validated via OPA, Conftest, Checkov & Semgrep.

61 installs/wk local only
Constellation
by shiftinbits

Code Intelligence Platform for AI Coding Agents

430 installs/wk local only
Pindoc
by var-gg

Code-pinned team memory for AI coding agents — typed artifacts, MCP-native, self-host.

local only

Laguarde — questions

Answers built from our own checks of this server.

Why is there no uptime for Laguarde?
Laguarde 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 laguarde-mcp was installed 115 times last week.
How do I connect Laguarde?
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 laguarde-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Laguarde?
The npm package laguarde-mcp was installed 115 times in the last week. Week over week that is -54%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Laguarde open source?
We cannot say either way: written in TypeScript and 1 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.