AI-native project management — MCP server for autonomous agents to manage boards, user stories, and commits
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"pemie.ai": {
"command": "npx",
"args": [
"-y",
"alxbryann/pemie.ai"
]
}
}
}
Run in terminal:
claude mcp add pemie.ai npx -y alxbryann/pemie.ai
Add to .cursor/mcp.json:
{
"mcpServers": {
"pemie.ai": {
"command": "npx",
"args": [
"-y",
"alxbryann/pemie.ai"
]
}
}
}