Installation¶
Let your AI agents interact with Hawkeye's autonomous incident investigation platform using the Model Context Protocol.
Prerequisites¶
Before you begin, you'll need:
- ✅ Active Hawkeye account - Contact NeuBird to get started
- ✅ Node.js 20+ - Download Node.js
- ✅ Connected data source - At least one cloud provider (AWS, Azure, GCP) or monitoring tool (Datadog, PagerDuty, etc.)
- ✅ MCP-compatible client - Claude Code, Cursor, or GitHub Copilot
MCP Configuration¶
Set your Hawkeye environment variables:
export HAWKEYE_EMAIL="your-email@company.com"
export HAWKEYE_PASSWORD="your-password"
export HAWKEYE_BASE_URL="https://<env>.app.neubird.ai/api"
Configure your MCP client to use hawkeye-mcp-server:
Create .cursor/mcp.json in your project with the following content:
Add this configuration in .mcp.json file of your project directory:
Next Steps¶
Once your client is configured, head over to Quick Start to verify connectivity with Hawkeye and run sample commands.