tactile-pm-mcp
v1.1.0
Published
MCP server for Tactile Project Management — create, search, and manage stories, projects, epics, and sprints from any AI assistant.
Maintainers
Readme
tactile-pm-mcp
MCP (Model Context Protocol) server for Tactile Project Management.
Enables any AI assistant (Antigravity, Claude, etc.) to natively create, search, and manage stories, projects, epics, sprints, and subtasks.
Quick Setup
Add to your MCP config:
{
"mcpServers": {
"tactilePM": {
"command": "npx",
"args": ["-y", "tactile-pm-mcp"]
}
}
}Available Tools
| Tool | Description |
| -------------------------- | ------------------------------------- |
| tactilePM_list_projects | List all projects |
| tactilePM_create_project | Create a project |
| tactilePM_list_epics | List epics for a project |
| tactilePM_create_epic | Create an epic |
| tactilePM_create_story | Create a story (BUG, STORY, CREATURE) |
| tactilePM_update_story | Update story fields |
| tactilePM_search_stories | Search/filter stories |
| tactilePM_create_subtask | Add subtask to a story |
| tactilePM_assign_sprint | Assign story to sprint |
| tactilePM_create_sprint | Create a sprint |
| tactilePM_start_sprint | Start a sprint |
| tactilePM_end_sprint | End a sprint |
License
MIT
