Skip to content

Server

Free

by MCP Community

Grackle server orchestrator — spawns and wires core (gRPC), web-server (HTTP), MCP, and PowerLine

v0.108.0Added Apr 12, 2026
grackleserverorchestrator
Works with:ClaudeGPTGeminiCopilot

Server MCP Server

Grackle server orchestrator — spawns and wires core (gRPC), web-server (HTTP), MCP, and PowerLine

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @grackle-ai/server
Add to claude_desktop_config.json
{
  "mcpServers": {
    "server": {
      "command": "npx",
      "args": ["-y", "@grackle-ai/server"]
    }
  }
}