What is MCP?
The Model Context Protocol is an open standard that allows AI agents to connect to external tools, APIs, and data sources. MCP servers provide tools that your agents can use to interact with external systems, from browser automation to project management integrations. Learn more at modelcontextprotocol.io.Built-in MCP Servers
Tembo provides several MCP servers out of the box:| Server | Type | Description |
|---|---|---|
| Tembo | stdio | Core Tembo tools (sub-issues, Slack) |
| Playwright | stdio | Browser automation and web testing |
| Context7 | stdio | Context management and search |
Tembo MCP
The Tembo MCP server provides tools for interacting with Tembo’s features:- createSubIssue - Create sub-issues from tasks
- sendSlackMessage - Send messages to Slack channels (requires Slack integration)
Playwright MCP
Enables agents to automate browser interactions:- Navigate web pages
- Fill forms and click elements
- Take screenshots
- Run automated tests
Context7 MCP
Provides enhanced context management capabilities for your agents.Integration MCP Servers
When you connect integrations to Tembo, additional MCP servers become available automatically:| Integration | Server Type | Tools Provided |
|---|---|---|
| GitHub | stdio | Repository management, issues, pull requests |
| Linear | http | Issue tracking, project management |
Custom MCP Servers
You can add custom MCP servers in your organization settings. Tembo supports three types of MCP servers:Server Types
stdio - Local process-based serversConfiguration Format
Custom MCP servers can be configured using either object or array format:Object Format
Array Format
Adding Custom MCP Servers
To add custom MCP servers to your organization:- Navigate to Settings > Agents in your Tembo dashboard
- Scroll to the Custom MCP Servers section
- Enter your MCP configuration in JSON format
- Press
Cmd+Enter(Mac) orCtrl+Enter(Windows/Linux) to save - New tasks will automatically use the configured MCP servers