← Research

Connect Claude Desktop.

Put the snippet into the Claude Desktop config file, restart, done.

Pick the runtime where you use Claude. Replace YOUR_API_KEY with a token from your Account page.

Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows). Restart Claude Desktop.

{ "mcpServers": { "strateg": { "transport": { "type": "http-sse", "url": "https://inite.fund/mcp" }, "headers": { "Authorization": "Bearer YOUR_API_KEY" } } } }