DotPM gives your project a shared brain — priorities, decisions, and what's next — always in sync for your team and every AI tool you use.
Free during beta · No credit card needed · Your code is never read
Use GitHub as storage
acceptedPricing model
proposedSound familiar?
You're building something with Cursor, Claude, or ChatGPT. Every session is fast — until you have to re-explain what you're building, why you made that decision last week, and what's actually left to do.
Your team isn't sure what changed. Your AI doesn't remember. Important decisions end up in a Slack thread nobody can find.
DotPM gives your project a memory — so you spend more time building and less time repeating yourself.
Same team. Same AI tools. Very different experience.
No new habits. No complex setup. Works alongside what you already do.
Link your GitHub project in one click. DotPM reads what you're building and sets everything up.
Priorities, decisions, status, next steps — one place, always current, visible to everyone.
No more re-explaining. Every AI session starts knowing exactly where your project stands.
As you build, the project state updates automatically. Your docs never go stale.
Jira and Linear are great at tracking work. But they don't talk to your AI tools. Your AI tools are great at writing code. But they forget everything between sessions.
DotPM sits in between — keeping your priorities, decisions, and project state available to everyone and everything, always.
Set it up once. Every session picks up exactly where you left off.
Everything lives in your project. No lock-in, no external database, no subscription required to access your own data.
Cursor, Claude Code, ChatGPT, Copilot — DotPM works alongside all of them.
Project docs update automatically as you build. No manual maintenance needed.
Context, priorities, decisions, continuity — always available to your team and every AI tool you use.
No credit card · No setup fees · Your data stays yours
For developers
Add DotPM to Claude Code or Cursor in under a minute. Your agent will be able to read your project context, create tasks, log decisions, and update the roadmap from any conversation.
Get a GitHub personal access token
Go to github.com/settings/tokens → Generate new token (classic) → select repo scope.
Add this config to your project
Claude Code (add to .mcp.json in your project root)
// .mcp.json (in your project root)
{
"mcpServers": {
"pm-tool": {
"command": "npx",
"args": ["pm-tool-mcp"],
"env": {
"GITHUB_TOKEN": "ghp_your_token_here",
"GITHUB_REPO": "your-user/your-repo"
}
}
}
}Cursor (Settings → MCP)
// Cursor → Settings → MCP
{
"pm-tool": {
"command": "npx pm-tool-mcp",
"env": {
"GITHUB_TOKEN": "ghp_your_token_here",
"GITHUB_REPO": "your-user/your-repo"
}
}
}Restart your AI tool
The MCP server starts automatically. Try asking your agent: "What are the current tasks?"