Conectar Claude Desktop.
Coloque o snippet no arquivo de configuração do Claude Desktop, reinicie - pronto.
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" }
}
}
}