Agile project management tool with MCP server — demo for AI-Assisted Product Specification
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"stori": {
"command": "npx",
"args": [
"-y",
"hannesntw/stori"
]
}
}
}
Run in terminal:
claude mcp add stori npx -y hannesntw/stori
Add to .cursor/mcp.json:
{
"mcpServers": {
"stori": {
"command": "npx",
"args": [
"-y",
"hannesntw/stori"
]
}
}
}