ai-hub

milanhorvatovic/ai-hub
★ 0 stars Python AI/LLM Updated 1d ago
Incubator hub for AI-agnostic artifacts of every shape — skills, docs, MCP servers, conventions, integration templates, and other content that helps an agent harness do its job better. Spec-conformant where specs exist (Agent Skills, MCP). Portable across Claude Code, Codex, Cursor, Gemini CLI, and other modern agent runtimes.
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": {
    "ai-hub": {
      "command": "uvx",
      "args": [
        "ai-hub"
      ]
    }
  }
}

Or install with pip: pip install ai-hub

README Excerpt

Incubator hub for AI-agnostic artifacts of every shape — skills, docs, MCP servers, conventions, integration templates, and other content that helps an agent harness do its job better. Spec-conformant where specs exist (Agent Skills, MCP). Portable across Claude Code, Codex, Cursor, Gemini CLI, and other modern agent runtimes.