> ## Documentation Index
> Fetch the complete documentation index at: https://developer.happenstance.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Claude Code

> Connect Happenstance to Claude Code

Add to your Claude Code configuration:

```json theme={null}
{
  "mcpServers": {
    "happenstance": {
      "type": "http",
      "url": "https://happenstance.ai/mcp"
    }
  }
}
```

Once connected, you can ask Claude Code things like:

* "Search my network for people who work in AI infrastructure"
* "Research Garry Tan, CEO of Y Combinator"
* "Find engineers in my YC group who have experience with distributed systems"
* "Check my Happenstance credit balance"

<Card title="All MCP Tools & Clients" icon="plug" href="/mcp/connect">
  See the full list of tools and setup for other clients
</Card>
