kernelee-mcp-tools

s-age/kernelee-mcp-tools
★ 0 stars TypeScript Security Updated today
Causal-graph MCP tools for kernelee — static scan + runtime projection exposed over an MCP server
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": {
    "kernelee-mcp-tools": {
      "command": "npx",
      "args": [
        "-y",
        "s-age/kernelee-mcp-tools"
      ]
    }
  }
}