Colba MCP Server
Click 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., "@Colba MCP Serverlist my pending approval requests"
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.
Colba MCP Server (Git-native)
This repository contains the Model Context Protocol (MCP) server for interacting with the Colba API.
AI agents (such as Claude Desktop or Cursor) can run this server directly from GitHub without needing to clone or configure the repository manually.
🖥️ Configuration & Quick Start
1. Claude Desktop
Edit your Claude Desktop configuration file:
macOS:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows:
%APPDATA%\Claude\claude_desktop_config.json
Add the following entry under the mcpServers object:
{
"mcpServers": {
"colba": {
"command": "uv",
"args": [
"run",
"--quiet",
"git+ssh://git@github.com/mysiteby/colba-mcp.git"
],
"env": {
"COLBA_API_URL": "https://app.colba.pl",
"COLBA_TOKEN": "tk_live_YOUR_PERSONAL_TOKEN"
}
}
}
}Note: You can generate your
COLBA_TOKENin the Colba UI dashboard under Settings → MCP Agent Integration.
2. Cursor
Go to Settings > Features > MCP.
Click the + Add New MCP Server button.
Fill in the parameters:
Name:
colbaType:
commandCommand:
uv run git+ssh://git@github.com/mysiteby/colba-mcp.git
Add the following environment variables:
COLBA_API_URL=https://app.colba.plCOLBA_TOKEN=tk_live_YOUR_PERSONAL_TOKEN
Related MCP server: Automatisch MCP Server
🛠️ Available Tools
The server exposes the following tools to the AI agent:
list_pipelines— List workflow templates available to start.start_process— Start a new workflow process under a template.list_processes— Query processes in your organization (paginated).list_pending_requests— List active approval tasks assigned to you.get_process_details— Fetch detailed status and context for a process.get_request_details— Retrieve detailed request info, options, and actions.submit_decision— Approve, reject, or perform custom actions on a request.
This server cannot be installed
Maintenance
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
- 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/mysiteby/colba-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server