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

Features
- Install MCP servers from the Integrations page
- Add your own MCP servers with
stdio,http, orssetransport - Connect OAuth-based remote MCP servers
- Enable MCP servers from existing integrations automatically (GitHub, Linear, Sentry, Postgres)
Installation
Open Integrations
Go to Integrations.
Use built-in MCP servers
Install any listed MCP integration (for example, Notion or Stripe). Once connected, the server is available in new sessions.
Usage
Prerequisites
- You have access to your organization in Tembo
- You have the server URL or command needed to start your MCP server
- You have any required credentials (API key, OAuth app, or environment variables)
Custom server transport types
HTTP
Use this for hosted MCP endpoints.SSE
Use this for hosted MCP servers that expose an SSE endpoint.Stdio
Use this when the MCP server runs as a local command.Configuration formats
Tembo accepts both of these formats:- Object format (recommended):
mcpServersis an object keyed by server name - Array format:
mcpServersis an array with explicitnamevalues
Advanced
OAuth-based servers
OAuth-based servers
If a remote server requires OAuth, Tembo prompts you to authorize during setup and completes the connection after you approve access.
Server not showing up in sessions
Server not showing up in sessions
Check that the JSON is valid, required fields are present, and the integration is saved successfully. Start a new session after saving to pick up updated MCP config.
Authentication or connection errors
Authentication or connection errors
Verify API keys, headers, or environment variables. For
http and sse servers, confirm the URL is reachable from your server environment.