astra-insight-mcp
v0.3.3
Published
Astra Insight MCP — AI agent management for the WATI/Astra platform
Maintainers
Readme
@wati/astra-mcp
AI agent management for the WATI/Astra platform via Model Context Protocol.
Create, test, optimize, and diagnose WhatsApp AI agents — directly from your IDE.
Quick Start
npx -y @wati/astra-mcp@latestOr install globally:
npm install -g @wati/astra-mcpIDE Configuration
Cursor
Settings → Tools and MCP → New MCP server:
{
"mcpServers": {
"astra": {
"command": "npx",
"args": ["-y", "@wati/astra-mcp@latest"]
}
}
}Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"astra": {
"command": "npx",
"args": ["-y", "@wati/astra-mcp@latest"]
}
}
}Environment Variables
| Variable | Description |
|----------|-------------|
| ASTRA_API_KEY | Your Astra platform API key (astra.wati.io → Account → API Keys) |
| ASTRA_GATEWAY_URL | Custom gateway URL (optional) |
Supported Platforms
| OS | Architecture | |----|-------------| | macOS | Apple Silicon (arm64) | | macOS | Intel (x64) | | Linux | arm64 | | Linux | x64 |
License
MIT
