zora-mcp-server

AndreeJait/zora-mcp-server
★ 0 stars Go 💻 Code/Dev Tools Updated 4d ago
Tool registry and execution service for the Zora agent platform. Manages script-based tools (Python, Go, Bash) stored in MinIO, executes them on demand via a sandbox subprocess, and exposes them through the MCP (Model Context Protocol) interface.
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "zora-mcp-server": {
      "command": "go",
      "args": [
        "run",
        "github.com/AndreeJait/zora-mcp-server@latest"
      ]
    }
  }
}