model-context-catalog

C-Research/model-context-catalog
★ 0 stars Python Code/Dev Tools Updated 3d ago
An MCP server that exposes command line + Python functions as a permission-controlled tool catalog.
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": {
    "model-context-catalo": {
      "command": "uvx",
      "args": [
        "model-context-catalog"
      ]
    }
  }
}

Or install with pip: pip install model-context-catalog

README Excerpt

An MCP server that exposes Python functions and shell commands as a permission-controlled tool catalog. Claude and other LLM clients discover and call tools through a unified `search` / `execute` interface, with RBAC and pluggable authentication built in. --- - Serve multiple tools from one MCP by exposing Python functions or shell/exec commands

Tools (4)

MCC_SETTINGS_FILESdangerousgithub_oauthgithub_pat