Connecting Claude Code
Last updated 22 hours ago
Setup
Run this command in your terminal:
claude mcp add statusforge \
--url https://statusforge.net/api/mcp \
--header "Authorization: Bearer sf_live_your_key_here"Verify
After adding, Claude Code can access all Forge MCP tools. Try asking it to list your services or create a changelog post.
Alternative: Environment variable
You can also use the npx approach:
claude mcp add statusforge \
-- npx @statusforge/mcp-server \
--env STATUSFORGE_API_KEY=sf_live_your_key_here