@grackle-ai/server
v0.108.4
Published
Grackle server orchestrator — spawns and wires core (gRPC), web-server (HTTP), MCP, and PowerLine
Readme
@grackle-ai/server
Grackle server orchestrator — spawns and wires together the four subsystems:
- Core (
@grackle-ai/core) — gRPC business logic - Web Server (
@grackle-ai/web-server) — HTTP static files, pairing, OAuth - MCP (
@grackle-ai/mcp) — Model Context Protocol server - PowerLine (
@grackle-ai/powerline) — local agent runtime manager
Usage
# Start the server
node dist/index.js
# Or via CLI
grackle serveThe orchestrator handles:
- Database initialization and seeding
- Adapter registration (Docker, SSH, Codespace, Local)
- Local PowerLine auto-start with crash recovery
- gRPC server (HTTP/2) with Bearer token auth
- Web + WebSocket server wiring
- MCP server startup
- Graceful shutdown coordination
