Two steps. That's it.

Connect your AI to your myhidn workspace in about 5 minutes. Everything else is optional.

1

Sign up

Create your workspace. Takes 30 seconds.

Sign up free

Free during early access.

2

Connect

Add myhidn as a connector in Claude. No tokens to copy — just sign in.

See how (30 seconds) →

Claude Code, ChatGPT & other platforms ↓

You're in. Pick a cookbook that fits your needs to hit the ground running.

Or skip the cookbook and just start talking — your AI will help you set up as you go.

Make it yours

Each of these is optional. Do them whenever you're ready.

Import your LinkedIn

The fastest way to fill your workspace with real contacts. Export your connections from LinkedIn, then upload the CSV.

  1. Go to LinkedIn data export and request "Connections"
  2. LinkedIn emails you a CSV (can take up to 24 hours)
  3. Upload at myhidn.net/account/import or tell your AI: "Import my LinkedIn connections"

Deduplication built in. Large imports (1,000+) run in the background.

Install skills

Already picked a cookbook? You're set — it installs skills for you. If you want to add individual skills, tell your AI:

"Read the skills folder in my myhidn shared docs and install each one as a Claude Code slash command."
/meeting-prep /intro-path /daily-brief /network-pulse /account-intel

Browse all skills →

Add contacts as you go

No import needed. Just tell your AI about people as you meet them.

"I just met Sarah Chen at the conference. She's VP of Ops at Northfield."

"Log that I had coffee with Marcus today. We talked about the partnership."

Your AI creates the contact, logs the interaction, and links them to the right org. No forms.

Keep context between sessions

Your AI doesn't remember conversations by default. But it can pick up where it left off using your workspace.

Claude Code

Ask your AI to update its CLAUDE.md with notes about myhidn. Future sessions start with context loaded.

Claude Desktop

Start each new chat with: "Read the getting-started guide from myhidn." Your AI orients itself in seconds.

Things to try

"Who in my network can introduce me to someone at [company]?"
"Who haven't I spoken to in 3+ months that I should reconnect with?"
"Prep me for my meeting with [name] tomorrow."
"What do I need to focus on today?"

More ideas →

Connection details

Claude.com — custom connector easiest

No tokens, no config files. Works on any Claude plan (including free).

Step-by-step guide with screenshots →
ChatGPT beta — varies by plan

ChatGPT supports custom MCP connectors, but availability depends on your plan and workspace settings.

  1. Go to Settings → Apps & Connectors → Advanced settings
  2. Enable Developer mode (if available for your plan)
  3. Go to Settings → Connectors → Create
  4. Name it myhidn and set the URL to https://mcp.myhidn.net/mcp
  5. In a new chat, click + → More and select myhidn
Plan requirements: Business, Enterprise, and Edu workspaces have full MCP support including write actions. Individual plans may have limited read-only access through developer mode. If you don't see developer mode, your plan may not support custom connectors yet.
Gemini CLI token auth

Add myhidn to your Gemini CLI config at ~/.gemini/settings.json:

{
  "mcpServers": {
    "myhidn": {
      "url": "https://mcp.myhidn.net/mcp",
      "transport": "http",
      "headers": {
        "Authorization": "Token YOUR_TOKEN"
      }
    }
  }
}

Restart the CLI and run /mcp list to verify.

Gemini Enterprise Google Cloud

Enterprise users can connect via Google Cloud Console using OAuth:

  1. In Google Cloud Console, go to Gemini Enterprise → Data Stores → Create
  2. Select Custom MCP Server (Preview)
  3. Enter https://mcp.myhidn.net/mcp as the server URL
  4. Complete the OAuth sign-in when prompted
  5. Under Actions, click Reload custom actions to fetch tools

Requires the Discovery Engine Editor role. Uses StreamableHTTP transport.

Claude Desktop — manual config

Add this to your Claude Desktop config file. Replace YOUR_TOKEN with your token.

{
  "mcpServers": {
    "myhidn": {
      "url": "https://mcp.myhidn.net/mcp",
      "headers": {
        "Authorization": "Token YOUR_TOKEN"
      }
    }
  }
}

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Claude Code CLI
claude mcp add --transport http myhidn https://mcp.myhidn.net/mcp --header "Authorization: Token YOUR_TOKEN"

Replace YOUR_TOKEN with your actual token.

How do I know it worked?

Restart Claude Desktop (or your Claude Code session). In Desktop, you'll see a hammer icon near the text input — click it and you'll see myhidn's tools listed. In Claude Code, myhidn tools will appear in your /mcp list. If not, double-check your token and the JSON formatting.

Token security

Your token only connects your AI to your workspace. You can rotate or revoke it anytime from your account page.

Stuck? hello@hidn.ai — we'll help you get connected.