mcpbeat Sign in

Agent Guard MCP Server

local only

Agent Guard MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 21 Jul 2026.

Git-aware safe file ops for AI agents: delete anything except git-tracked source code.

Installs / week
not published
0
Stars
0 open issues
21 Jul 2026
Last commit
from GitHub
MIT
License
Go

What the code does

We read the source, 21 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 test-edge.mjs:6
const sh = (c) => execSync(c, { encoding: "utf8", shell: "/bin/bash" });

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

Alternatives to Agent Guard MCP

same job, measured the same way
Repo Memory
by yubinkim444

Shared, git-tracked working memory for AI agents on the same codebase.

99 installs/wk local only
Parecode
by basilskywalk

Token-aware ripgrep code search and atomic multi-file edits for coding agents.

86 installs/wk local only
True Memory Fragments
by kyle641320

Detect stale source context and retain traceable code-chain understanding for AI coding agents.

local only
Codequiry
by codequiry

Source code plagiarism, peer similarity, and AI-generated-code detection for AI agents.

answering
Code Context Gate
by wisdomrock

Context-aware code retrieval MCP server — ranked, gated results for AI coding agents

27 installs/wk local only
Sinter
by shellfu

Persistent, evidence-backed code graph for coding agents.

11 481 installs/wk local only
AI Worlds CLI Knowledge
by claude-world

Source-checked CLI guides and model-aware planning for Claude Code, Codex, and Grok Build.

12 tools answering
Splera
by sohaibt

A/B testing for vibe coders: create, track, and ship experiments from your AI coding agent.

20 installs/wk local only

Agent Guard MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Agent Guard MCP?
Agent Guard MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Agent Guard MCP open source?
Yes — it is published under the MIT licence, written in Go and 0 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.