Getting Started
Get up and running with Gateway in under 5 minutes.
1. Create an Account
Go to gateway.oxc.dev and sign in. You'll land on your dashboard.
2. Connect Your Providers
Click Connect next to each provider you want to use:
| Provider | What It Gives You |
|---|---|
| Linear | Issues, cycles, projects, comments, team management |
| Notion | Pages, databases, blocks, comments, search |
| Slack | Messages, channels, threads, reactions, search |
Each provider uses OAuth — you'll be redirected to authorize Gateway, then sent back to your dashboard.
3. Install in Your Editor
Cursor
Click the Install to Cursor button on your dashboard. It opens Cursor with the MCP server pre-configured.
Claude Code
Run this in your terminal:
claude mcp add gateway --transport http https://gateway-mcp.oxc.dev/mcpOpenCode
Add to your opencode.json:
{
"mcp": {
"gateway": {
"type": "http",
"url": "https://gateway-mcp.oxc.dev/mcp"
}
}
}Other Clients
Any MCP-compatible client can connect via bearer token. Go to the Other tab on your dashboard to get your configuration.
{
"gateway": {
"type": "http",
"url": "https://gateway-mcp.oxc.dev/mcp",
"headers": {
"Authorization": "Bearer YOUR_TOKEN"
}
}
}4. Try It Out
Once connected, ask your AI assistant:
Search for recent Linear issues assigned to meGateway will use the search tool to discover the right action, then exec to run it. You should see your Linear issues come back.
Next Steps
- How It Works — Understand the architecture
- Your First Search — Guided walkthrough
- Daily Briefing — Set up your morning overview