Connect to Claude Code

Add the Lodestar MCP server to Claude Code with the remote HTTP transport and OAuth.

Adding the server

Run claude mcp add with your Lodestar connector URL (from https://app.getlodestar.ai/settings?tab=integrations). On first use, Claude Code opens a browser for Lodestar sign-in and consent.

bash
claude mcp add lodestar \
  --transport http \
  --url https://api.getlodestar.ai/mcp/v1

Verifying the connection

In a Claude Code session, try: "What's my context for today?" Claude Code calls context_resume or dashboard_today and returns your operating picture.

Typical use cases in Claude Code

Claude Code + Lodestar is useful when you manage client work from the terminal: pull action items to plan a session, retrieve email context for a spec, or log a timeline event when something ships.

  • Pull action items to plan the coding session
  • Retrieve email context for specs and requirements
  • Log completed milestones to the project timeline
  • Draft stakeholder update emails from the terminal