MCP Setup
PulseStream provides an MCP (Model Context Protocol) server that lets you investigate incidents, query cluster state, and run analyses directly from your IDE or CLI.
Install the MCP server
Section titled “Install the MCP server”npm install -g @pulsestream/mcpConfigure your MCP client
Section titled “Configure your MCP client”Claude Code
Section titled “Claude Code”Add PulseStream to your Claude Code MCP configuration:
{ "mcpServers": { "pulsestream": { "command": "npx", "args": ["-y", "@pulsestream/mcp@latest"], "env": { "PULSESTREAM_URL": "https://app.pulsestream.ai" } } }}Cursor
Section titled “Cursor”Add the same configuration to your Cursor MCP settings file (.cursor/mcp.json).
Authenticate
Section titled “Authenticate”After configuring the MCP server, authenticate using your PulseStream access token:
- Generate a token at Settings → Access Tokens in the PulseStream dashboard
- Use the
set_tokenMCP tool to authenticate - Verify with
whoamito confirm your connection
Available tools
Section titled “Available tools”PulseStream exposes 19 customer tools and 12 additional operator tools. See the Tools Reference for the complete list.
Usage Guide Learn common investigation workflows with MCP tools.
Tools Reference Complete reference for all MCP tools.