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

# Agent Setup

> Connect StackOne to your existing agent to allow access to authenticated, secure tools that can be executed inside your systems.

Give your agent authenticated tools by connecting it to StackOne over [MCP](/embed/call-actions/mcp). Every client below uses the same StackOne endpoint and your API key.

## Pick your client

<CardGroup cols={3}>
  <Card title="ChatGPT" icon="https://mintcdn.com/stackone-60/zRAvvofCYLmP9UF6/images/agents/openai-logo.svg?fit=max&auto=format&n=zRAvvofCYLmP9UF6&q=85&s=a38c135695435b960bc6b40052de4ad0" href="/connect/agent-setup/chatgpt" width="16" height="16" data-path="images/agents/openai-logo.svg" />

  <Card title="Claude Code" icon="https://mintcdn.com/stackone-60/WsmKpuoeBZmio9QO/images/mcp/logos/claude.svg?fit=max&auto=format&n=WsmKpuoeBZmio9QO&q=85&s=404b448b2b3013a55ecf71943aec656f" href="/connect/agent-setup/claude-code" width="1200" height="1200" data-path="images/mcp/logos/claude.svg" />

  <Card title="Claude Desktop" icon="https://mintcdn.com/stackone-60/WsmKpuoeBZmio9QO/images/mcp/logos/claude.svg?fit=max&auto=format&n=WsmKpuoeBZmio9QO&q=85&s=404b448b2b3013a55ecf71943aec656f" href="/connect/agent-setup/claude-desktop" width="1200" height="1200" data-path="images/mcp/logos/claude.svg" />

  <Card title="Codex (OpenAI)" icon="https://mintcdn.com/stackone-60/zRAvvofCYLmP9UF6/images/agents/openai-logo.svg?fit=max&auto=format&n=zRAvvofCYLmP9UF6&q=85&s=a38c135695435b960bc6b40052de4ad0" href="/connect/agent-setup/codex" width="16" height="16" data-path="images/agents/openai-logo.svg" />

  <Card title="Cursor" icon="code" href="/connect/agent-setup/cursor" />

  <Card title="Flowise" icon="diagram-project" href="/connect/agent-setup/flowise" />

  <Card title="Gemini CLI" icon="google" href="/connect/agent-setup/gemini" />

  <Card title="Goose" icon="https://mintcdn.com/stackone-60/3C44zDmMwMrJMHXV/images/mcp/logos/goose.png?fit=max&auto=format&n=3C44zDmMwMrJMHXV&q=85&s=09f6d6d96f9aae06c5841d23908946a8" href="/connect/agent-setup/goose" width="1024" height="1024" data-path="images/mcp/logos/goose.png" />

  <Card title="n8n" icon="https://mintcdn.com/stackone-60/3C44zDmMwMrJMHXV/images/mcp/logos/n8n.png?fit=max&auto=format&n=3C44zDmMwMrJMHXV&q=85&s=9364b633ee3073731b7a7b3d569a2b8a" href="/connect/agent-setup/n8n" width="1024" height="1024" data-path="images/mcp/logos/n8n.png" />

  <Card title="VS Code (Copilot)" icon="code" href="/connect/agent-setup/vscode" />
</CardGroup>

## Don't see your client?

Any MCP-compatible client works:

<Steps>
  <Step title="Open your connector">
    In the StackOne dashboard, go to <a href="https://app.stackone.com/connectors" target="_blank">**Connectors**</a> and open the connector you want to use.
  </Step>

  <Step title="Click 'Use in Agent'">
    * Select an account you've linked.
    * Set the MCP server expiry (default is 1 year).
    * Select the **HTTPS MCP** client.
  </Step>

  <Step title="Copy the URL">
    Copy the generated URL (`https://api.stackone.com/mcp?token=...`) into your client.
  </Step>
</Steps>

See [MCP](/embed/call-actions/mcp) for further details.
