@hailer/mcp
v0.1.5
Published
MCP server for Hailer - provides 34+ tools to AI assistants (Claude Desktop, Claude Code).
Downloads
1,254
Readme
@hailer/mcp
MCP server for Hailer - provides 34+ tools to AI assistants (Claude Desktop, Claude Code).
Installation
npm install @hailer/mcpUsage
npx @hailer/mcpServer starts on http://localhost:3030.
Connect to Claude Code
claude mcp add hailer npx mcp-remote "http://localhost:3030/api/mcp?apiKey=your-api-key"Configuration
Create .env.local:
CLIENT_CONFIGS='[{
"email": "[email protected]",
"password": "your-password",
"mcpServerApiKey": "your-api-key",
"apiBaseUrl": "https://api.hailer.com"
}]'Available Tools
- Activity - Create, read, update activities (bulk support)
- Workflow - Manage workflows, fields, phases, schemas
- Discussion - Chat/messaging within activities
- Insight - SQL-like reporting over workflow data
- App - Hailer app management and deployment
