nous
# resources / claude code

Nous + Claude Code

Plug Nous into Claude Code's MCP runtime in one config block. The agent gets the full person graph — every email, every signal, every channel — as a first-class tool.

Anthropic · Claude Code · MCP-compatible

Why Claude Code + Nous

Claude Code is the most popular MCP host today. Most teams already have it running. Nous becomes another tool in Claude's belt — no glue code, no custom integration, no API key shuffle.

Inside Claude Code, you can ask things like “what's the full account for lara@acme.com?” and the agent gets back identity-resolved data across Apollo, Salesforce, Smartlead, Gmail, and LinkedIn in a single call.

$ ~/.config/claude/mcp.json
{
  "mcpServers": {
    "nous": {
      "command": "npx",
      "args": ["-y", "@nous/mcp"],
      "env": {
        "NOUS_API_KEY": "sk_live_..."
      }
    }
  }
}
Read MCP docsOr book a setup call →

What the agent can do

Once Nous is in the MCP config, Claude Code can:

  • Resolve one identity across Apollo, Salesforce, Smartlead, Gmail, LinkedIn
  • Pull the full timeline for a person — every email, call, message, CRM event
  • Read ICP scores, intent signals, and stage transitions
  • Write back enrichment, notes, and signal events to keep the graph current
  • Trigger CRM syncs to HubSpot, Pipedrive, or Salesforce in real time
View the MCP server source on GitHub →