guard-core-mcp

rennf93/guard-core-mcp
★ 1 stars Python Memory/Knowledge Updated 1d ago
MCP server for the Guard ecosystem — config validation, docs search and live threat detection for fastapi-guard, guard-core and guard-agent. Answers from the versions installed in your project, not from a model's memory.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "guard-core-mcp": {
      "command": "uvx",
      "args": [
        "guard-core-mcp"
      ]
    }
  }
}

Or install with pip: pip install guard-core-mcp

README Excerpt

An [MCP](https://modelcontextprotocol.io) server that lets AI coding agents answer questions about the Guard security ecosystem from the libraries themselves, instead of from memory. Covers [`fastapi-guard`](https://github.com/rennf93/fastapi-guard), [`guard-core`](https://github.com/rennf93/guard-core) and [`guard-agent`](https://github.com/rennf93/guard-agent).

Tools (6)

check_payloadconfig_fieldsget_docsearch_docsvalidate_configversions

Topics

api-securitydeveloper-toolsfastapipythonsecurity