★ 0 stars
JavaScript
🤖 AI/LLM
Updated 2d ago
AI-native project management MCP server — persistent memory for coding agents. 17 tools for features, stories, sprints, decisions, and more
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"sprintra-mcp": {
"command": "npx",
"args": [
"-y",
"Sprintra-io/sprintra-mcp"
]
}
}
}
Run in terminal:
claude mcp add sprintra-mcp npx -y Sprintra-io/sprintra-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"sprintra-mcp": {
"command": "npx",
"args": [
"-y",
"Sprintra-io/sprintra-mcp"
]
}
}
}
Topics
aiclaude-codecursordeveloper-toolsmcpmcp-servermodel-context-protocolproject-management