ai-capability-registry

Friz-zy/ai-capability-registry
★ 9 stars Python AI/LLM Updated today
Curated AI Workflows, Skills & MCP servers for secure multi-agent development
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ai-capability-regist": {
      "command": "uvx",
      "args": [
        "ai-capability-registry"
      ]
    }
  }
}

Or install with pip: pip install ai-capability-registry

README Excerpt

> **Warning** > Connecting this registry through `AGENTS.full-registry.md.template` makes agents read routing indexes and selected capability guides at runtime. This can use substantially more model context and tokens than a minimal static agent setup. Prefer task-, role-, keyword-, or project-specific subsets when context budget matters.

Topics

ai-agentai-skillsmcpworkflow-automation