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
Related MCP server: Google Tasks MCP Server
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"
}
}
}
}Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables interaction with Todoist through the MCP interface, providing full CRUD operations for tasks and projects including creating, updating, completing, and filtering tasks with natural language commands.20MIT
- AlicenseNot gradedqualityCmaintenanceIntegrates with Google Tasks to enable searching, listing, creating, updating, and deleting tasks through MCP tools. It provides a comprehensive interface for managing task lists and individual task details via the Google Tasks API.MIT
- AlicenseNot gradedqualityDmaintenanceEnables GitHub API integration via MCP, allowing search, repository details, file contents, and issue management.452ISC
- AlicenseAqualityAmaintenanceEnables interaction with the Tuskr test management API through MCP, supporting account ID and access token authentication for managing test cases, runs, and projects.31MIT
Related MCP Connectors
Search, document and execute authenticated API calls across 700+ apps via one MCP server
Manage SRG+ hubs, channels, content, assets, users, and workspaces from any MCP-aware AI agent.
MCP server for interacting with the Supabase platform
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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