custom-mcp-server

avivek-dwivedi/custom-mcp-server
★ 0 stars Python Security Updated 2d ago
Custom MCP server with governed tools, resources, and prompts. JWT auth, RBAC, idempotency, audit logging, and a prepare→confirm write gate. Two LangGraph clients, Streamlit UI, and a no-MCP comparison demo.
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": {
    "custom-mcp-server": {
      "command": "uvx",
      "args": [
        "custom-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install custom-mcp-server