# Bring Your Agents

> Connect outside agents to your Sila workspace.

Note: We recommend connecting agents from within your workspace for full features

Sila exposes a single MCP endpoint every agent connects to: `https://silahq.com/api/mcp-sse`

## Connect Cursor — [cursor.com](https://cursor.com)

```
cursor mcp add --transport http sila https://silahq.com/api/mcp-sse
```

## Connect Claude Code — [claude.com](https://claude.com/product/claude-code)

```
claude mcp add --transport http sila https://silahq.com/api/mcp-sse
```

## Connect Codex — [openai.com](https://openai.com/codex/)

In Codex: Settings → Plugins → MCPs → Add server → Type: Streamable HTTP, paste https://silahq.com/api/mcp-sse as the Server URL and name it "Sila", Save, then click Authenticate to sign in, or paste this into your terminal:

```
codex mcp add sila --url https://silahq.com/api/mcp-sse
```

## Connect OpenClaw — [openclaw.ai](https://openclaw.ai)

Paste the below terminal command. After logging in, copy the code= value from the tab's URL and run "openclaw mcp login sila --code <code>".

```
openclaw mcp add sila --url https://silahq.com/api/mcp-sse --transport streamable-http --auth oauth && openclaw mcp login sila
```

## Connect Devin — [devin.ai](https://devin.ai)

In Devin: Settings → Connections → MCP servers → Add a custom MCP → Transport Type: HTTP, Authentication: OAuth, paste https://silahq.com/api/mcp-sse as the Server URL, name it "Sila" and any description, click Install and enable and Complete OAuth, or paste into terminal:

```
devin mcp add sila --url https://silahq.com/api/mcp-sse
```

## Connect Any MCP client

1. In your agent, add a new MCP server. Choose the HTTP (Streamable HTTP) transport and name it Sila.
2. Paste this as the Server URL:

   `https://silahq.com/api/mcp-sse`
3. Set the authentication method to OAuth, not an API key.
4. Connect, then finish the browser sign-in: log in to Sila, pick this workspace, and click Approve.

The agent signs in as you and works with your Sila role. Manage or revoke it anytime under Agents → Connected agents.

## Agent Links

- [llms.txt](https://silahq.com/llms.txt)
- [llms-full.txt](https://silahq.com/llms-full.txt)
- [Site as Markdown](https://silahq.com/index.md)
- [Sitemap](https://silahq.com/sitemap.xml)
- [Agent Docs](https://sila-5fef7b7c.mintlify.app/.md)