wakindex

KhanSaahib/wakindex
★ 1 stars Python AI/LLM Updated today
Local-first permission inventory and policy checks for AI agents, MCP servers, and skills.
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": {
    "wakindex": {
      "command": "uvx",
      "args": [
        "wakindex"
      ]
    }
  }
}

Or install with pip: pip install wakindex

README Excerpt

> Static permission inventory and policy gates for AI agents, MCP servers, skills, and GitHub Actions. wakindex treats agent configuration like a production workload definition. It creates a readable permission manifest, checks it against team policy, and can block a pull request before an over-privileged agent runs. Analysis is deterministic, local, and requires no LLM, API key, or network access.