Pomavo MCP Server
Enables managing tickets, projects, and iterations in the Pomavo system through natural language, supporting CRUD operations, state transitions, comments, linking, and search with a DSL query language.
README
Pomavo MCP Server
MCP (Model Context Protocol) server for interacting with the Pomavo ticket management system. This enables AI assistants like GitHub Copilot to manage tickets through natural language.
Installation
cd Pomavo.MCP
uv sync
Configuration
Set the following environment variables:
POMAVO_API_URL=https://localhost:7124
POMAVO_API_KEY=ck_your_api_key_here
POMAVO_ORG_SHORT_NAME=your_org_short_name
POMAVO_VERIFY_SSL=false # Set to false for local development
Or create a .env file with these values.
Usage
Running the server
uv run pomavo-mcp
VS Code Integration
Add to your VS Code MCP settings (mcp.json):
{
"servers": {
"pomavo": {
"type": "stdio",
"command": "uv",
"args": ["--directory", "C:/path/to/Pomavo.MCP", "run", "pomavo-mcp"],
"env": {
"POMAVO_API_URL": "https://localhost:7124",
"POMAVO_API_KEY": "ck_your_api_key",
"POMAVO_ORG_SHORT_NAME": "POMAVO",
"POMAVO_VERIFY_SSL": "false"
}
}
}
}
Available Tools
Skills (on-demand reference)
The DSL-heavy tools keep short descriptions and defer their full reference to a
skill — a SKILL.md file under skills/. Load the relevant skill
before writing a query or report layout.
| Tool | Description | Example |
|---|---|---|
load_skill |
Return a skill's full markdown reference | load_skill name="pomavo-query-language" |
| Skill | Covers | Referenced by |
|---|---|---|
pomavo-query-language |
Read/filter search DSL (operators, fields, @me, date literals, in/not in, order by) |
search_tickets, get_sprint_tickets, execute_query filter, report queries |
pomavo-mutation-dsl |
Bulk mutations: SET / CREATE / LINK / UNLINK / COMMENT |
execute_query |
pomavo-report-layout |
Report layout language: layout tags, chart components, x/y/series/color contract, <Variable> |
create_report, update_report |
pomavo-screen-layout |
Ticket template screen layout language: Field/Label/Plugin/Row/Column/Section/Collapsible/Color/Font/Trigger/Text |
template screen layout_code |
pomavo-automation |
Incremental automation authoring: node catalog by category, type system + assignability, stable aliases, alias.handle edges, dynamic (Extract Properties) outputs, trigger/cycle/validity rules |
create_automation, add_node, set_node_config, connect_nodes, validate_automation |
Skills are plain SKILL.md files (YAML frontmatter + markdown body), so this folder
doubles as an importable skill source for Agent Studio.
Ticket Management
| Tool | Description | Example |
|---|---|---|
create_ticket |
Create a new ticket | create_ticket template="Bug Report" title="Login fails" priority="high" |
get_ticket |
Get ticket by ID or sequence | get_ticket sequence_number="BUG-123" |
update_ticket |
Update ticket fields | update_ticket ticket="BUG-123" effort=3 priority="high" |
search_tickets |
Search with DSL query | search_tickets query='template = "Bug Report" and status != "Done"' |
State Transitions
| Tool | Description | Example |
|---|---|---|
get_transitions |
List available transitions | get_transitions ticket="BUG-123" |
transition_ticket |
Change ticket state by name | transition_ticket ticket="BUG-123" state="Done" |
Comments
| Tool | Description | Example |
|---|---|---|
list_comments |
List all comments on a ticket | list_comments ticket="BUG-123" |
add_comment |
Add a comment | add_comment ticket="BUG-123" content="Fixed in PR #42" |
edit_comment |
Edit an existing comment | edit_comment ticket="BUG-123" comment_id=15 content="Updated" |
delete_comment |
Delete a comment | delete_comment ticket="BUG-123" comment_id=15 |
Ticket Linking
| Tool | Description | Example |
|---|---|---|
list_links |
List all links for a ticket | list_links ticket="BUG-123" |
list_link_types |
List available link types | list_link_types ticket="BUG-123" |
link_tickets |
Create a link between tickets | link_tickets source_ticket="EPIC-1" target_ticket="BUG-123" link_type_id=1 |
unlink_tickets |
Remove a link | unlink_tickets link_id=42 |
Projects & Iterations
| Tool | Description | Example |
|---|---|---|
list_projects |
List all projects | list_projects |
get_project |
Get project details | get_project slug="POMAVO/app" |
list_iterations |
List sprints for a project | list_iterations project_slug="app" |
get_active_iteration |
Get active sprint | get_active_iteration project_slug="app" |
Templates
| Tool | Description | Example |
|---|---|---|
list_templates |
List all ticket templates | list_templates |
get_template |
Get template with fields | get_template name="Bug Report" |
Search Query DSL
The search_tickets tool supports a powerful query language:
Common Searches
# Find all bugs
template = "Bug Report"
# Find open bugs
template = "Bug Report" and status != "Done"
# Find high priority items
Priority = "high" or Priority = "critical"
# Find by title
Title contains "login"
# Find recent tickets
created_at >= d'-7d'
Operators
=,!=- Equality<,<=,>,>=- Comparisoncontains,not contains- Text searchand,or,not- Logical operators
Date Literals
- Absolute:
d'2025-01-15' - Relative:
d'today',d'-7d'(7 days ago),d'+3d'(3 days from now)
Sorting
status = "Open" order by created_at desc
Priority = "high" order by updated_at desc
Link Types
Common link types (use list_link_types to see all):
| ID | Name | Outward | Inward |
|---|---|---|---|
| 1 | Hierarchy | "is parent of" | "is child of" |
| 2 | Blocks | "blocks" | "is blocked by" |
| 3 | Duplicates | "duplicates" | "is duplicated by" |
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。