sralli/agentpm
Universal project management for AI coding agents — MCP server + CLI + git-native task board
Platform-specific configuration:
{
"mcpServers": {
"agentpm": {
"command": "npx",
"args": [
"-y",
"agentpm"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
<!-- mcp-name: io.github.sralli/agentpm -->
[](https://pypi.org/project/agentpm/) [](https://www.python.org/downloads/) [](https://github.com/sralli/agentpm/actions/workflows/ci.yml) [](https://opensource.org/licenses/MIT)
Universal project management for AI coding agents.
An MCP server that gives any AI agent (Claude Code, Cursor, OpenCode) a shared project management layer — spec-driven planning, task tracking with dependencies, memory, and cross-session continuity. Works for dev, docs, email, and life organization.
# 1. Install
pip install agentpm
# or: uvx agentpm --help
# 2. Add to Claude Code
claude mcp add agentpm -- uvx agentpm --home serve
# 3. Start managing projects
# (in Claude Code, the pm_* tools are now available)claude mcp add agentpm -- uvx agentpm --home serveAdd to your claude_desktop_config.json:
{
"mcpServers": {
"agentpm": {
"command": "uvx",
"args": ["agentpm", "--home", "serve"]
}
}
}Add to Cursor Settings > MCP Servers:
{
"agentpm": {
"command": "uvx",
"args": ["agentpm", "--home", "serve"]
}
}agentpm init # Initialize board
agentpm project create my-app # Create a project
agentpm task create my-app "Build auth" -p high # Add tasks
agentpm task list my-app # View board
agentpm next my-app # What to work on next?
agentpm status # Dashboard overview| Group | Tools | Purpose | |----
Loading reviews...