Tembo MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Tembo MCP ServerList the enabled repositories for my organization"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Tembo MCP Server
An MCP server for the Tembo API.
Features
This MCP server provides the following tools:
create_task - Create new tasks in Tembo with optional repository and branch targeting
list_tasks - Get a paginated list of tasks for your organization
search_tasks - Search for tasks by query string in title or description
list_repositories - Get enabled code repositories for your organization
get_current_user - Retrieve information about the authenticated user
Installation
Using npx
npx -y @tembo-io/mcpInstalling globally
npm install -g @tembo-io/mcpUsage
1. Get an API Key
Head to the API Keys page and obtain a new key to use with the MCP server.
2. Configure Your MCP Client
Add the following configuration to your MCP client settings (e.g., Claude Desktop's claude_desktop_config.json):
{
"mcpServers": {
"tembo": {
"command": "npx",
"args": ["-y", "@tembo-io/mcp"],
"env": {
"TEMBO_API_KEY": "your-api-key"
}
}
}
}Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tembo/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server