GitHub Stars
27
User Rating
Not Rated
Favorites
0
Views
42
Forks
5
Issues
7
Installation
Difficulty
AdvancedEstimated Time
20-45 minutes
Installation
Node.js: Version 20.0.0 or higher
Anthropic API Key: For Claude AI integration
Perplexity API Key: For research-backed task generation
Add the following to your project's .cursor/mcp.json file (or install globally at ~/.cursor/mcp.json).
```json
{
"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"
}
}
}