AgentPM
@gannonh
About AgentPM
MCP server for the planning and execution of AI-assisted development projects.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"agent-pm": {
"command": "npx",
"args": [
"-y",
"@gannonh/agent-pm@latest"
],
"env": {
"PROJECT_ROOT": "/path/to/project/root/",
"ANTHROPIC_API_KEY": "sk-your-anthropic-api-key",
"PERPLEXITY_API_KEY": "pplx-your-perplexity-api-key"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is AgentPM?
AgentPM is a planning and orchestration system for AI-driven software development. It integrates as a local MCP server with any IDE that supports Anthropic’s Model Context Protocol (Cursor, Augment, VS Code Copilot, Cline, Roo), serving the role of a product manager to help developers plan, prioritize, and execute complex projects.
How to use AgentPM?
Install by running npx -y @gannonh/agent-pm@latest and configure the MCP server in your IDE’s settings (e.g., .cursor/mcp.json). Required environment variables: PROJECT_ROOT and ANTHROPIC_API_KEY. Optionally set PERPLEXITY_API_KEY for research-backed generation. The server exposes tools such as apm_task for querying and managing tasks.
Key features of AgentPM
- Frictionless setup – start by chatting with your coding agent.
- Token/context optimization with dynamic, economical tools.
- Intelligent context management – delivers right information at the right time.
- Structured markdown output – no JSON or plain text to decode.
- Integrated documentation retrieval via Context7.
- AI-powered generation using Claude Sonnet 3.7 and optional Perplexity API.
Use cases of AgentPM
- Planning and breaking down complex software projects into actionable tasks with dependencies.
- Guiding technical decisions and system design during implementation.
- Automatically maintaining living documentation that evolves with the project.
- Integrating best practices like TDD and vertical slicing into the development workflow.
FAQ from AgentPM
How does AgentPM differ from plain MCP servers or memory banks?
AgentPM consolidates functionality into a core set of dynamically chosen tools that are contextually economical and easy for coding agents to use. It eliminates the need for manual context handling or separate “memory banks,” delivering relevant documentation automatically.
What are the runtime dependencies?
Node.js version 20.0.0 or higher, an Anthropic API key (required), and optionally a Perplexity API key for research-backed task generation. The server runs locally and uses Claude Sonnet 3.7 for task generation.
Where does AgentPM store its data?
All artifacts are stored locally in the project directory. The default artifacts directory is apm-artifacts/ and the project brief file default is project-brief.md. File paths and names can be configured via environment variables.
What transport does AgentPM use?
AgentPM is an MCP server; it communicates with IDEs that support the Model Context Protocol. Configuration examples use stdio (via npx). No authentication beyond the API keys is required for the MCP transport itself.
Are there any known limits or debug options?
Default maximum tokens for Claude API calls is 64,000; for Perplexity it is 1,024. Debug logging can be enabled with DEBUG_LOGS=true to write detailed logs to a logs directory. Most configuration options are tuned for optimal results and should be left at defaults unless specific needs arise.
More AI & Agents MCP servers
MCP-NixOS - Because Your AI Assistant Shouldn't Hallucinate About Packages
utensilsMCP-NixOS - Model Context Protocol Server for NixOS resources
Open Multi-Agent Canvas
CopilotKitThe open-source multi-agent chat interface that lets you manage multiple agents in one dynamic conversation and add MCP servers for deep research
🔎 GPT Researcher
assafelovicAn autonomous agent that conducts deep research on any data using any LLM providers
Hass-MCP
voskaControl and query Home Assistant from Claude and other LLMs — a Model Context Protocol (MCP) server.
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
Comments