Server
Freeby MCP Community
Grackle server orchestrator — spawns and wires core (gRPC), web-server (HTTP), MCP, and PowerLine
v0.108.0Added Apr 12, 2026
grackleserverorchestrator
Server MCP Server
Grackle server orchestrator — spawns and wires core (gRPC), web-server (HTTP), MCP, and PowerLine
Installation
Reviews
Installation
Quick install
npx -y @grackle-ai/server
Add to claude_desktop_config.json
{
"mcpServers": {
"server": {
"command": "npx",
"args": ["-y", "@grackle-ai/server"]
}
}
}