LinearB MCP Server Connectivity Architecture
See how MCP-compatible AI clients connect securely to LinearB, authenticate with OAuth or an API key, and access engineering data through MCP tools
The LinearB MCP server provides a secure path between supported AI clients and your LinearB engineering data. This architecture shows the connection methods, authentication options, MCP tools, and data domains involved.
Endpoint: https://mcp.linearb.io/mcp
Recommended authentication: OAuth
Required access: Company Admin rights for the correct LinearB workspace
Connectivity Architecture
1 — Client layer
Native streamable HTTP
No bridge is needed for clients that support HTTP MCP.
- Claude Desktop
- Claude Code
- Cursor
- VS Code
- Codex
- Windsurf
{ "url": "https://mcp.linearb.io/mcp" }
Via mcp-remote bridge
Use a local stdio proxy for Cline, Zed, or any client without HTTP MCP support.
npx @modelcontextprotocol/mcp-remote <url>
HTTPS request + credentials ↓
2 — Authentication
OAuth (Recommended)
Secure, user-based authentication. There are no keys to store or rotate, and every flow redirects to LinearB for approval.
API key (Alternative)
For clients that cannot use OAuth, generate a key in Settings → API Tokens and send it as a header.
{ "headers": { "x-api-key": "LINEARB_ADMIN_API_KEY" } }
3 — MCP server https://mcp.linearb.io/mcp
16 tools discovered when the client connects:
get_metricsget_metrics_benchmarksget_ai_dev_toolsget_repository_id_by_namesearch_contributorsget_releasessearch_incidentsget_servicessearch_userssearch_teams_or_groupsget_teamssearch_branchessearch_pull_requestsget_issuescalculate_lead_timeget_pm_entities
Scoped read of your workspace ↓
4 — LinearB data domains
- Delivery & throughput
- Quality
- DORA
- DevEx
- Pull requests & branches
- Repositories & contributors
- Releases
- Incidents & services
- Teams & users
- Issues & PM entities
- AI dev tools
The OAuth Handshake
- Add the endpoint in your client and use LinearB for the first time.
- The client prompts you to connect, or a CLI command starts the flow.
- Your browser opens and redirects to LinearB.
- Sign in and approve access for your workspace.
- Return to the client. It shows as connected and discovers the tools.
Setup typically takes two to five minutes. Verify important numbers in the LinearB dashboard before publishing a report.
Next Step
Follow Connect to LinearB MCP Server for client-specific setup instructions.
How did we do?
Connect to LinearB MCP Server
MCP Server