What is the io.github.spranab/saga-mcp MCP server?
Jira-like project tracker for AI agents with SQLite, full task hierarchy, and dashboard
How to install io.github.spranab/saga-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"saga-mcp": {
"command": "npx",
"args": [
"-y",
"saga-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"saga-mcp": {
"command": "npx",
"args": [
"-y",
"saga-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"saga-mcp": {
"command": "npx",
"args": [
"-y",
"saga-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"saga-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"saga-mcp"
]
}
}
}Claude Code
claude mcp add saga-mcp -- npx -y saga-mcpRelated MCP servers
Multi-model AI brainstorming debates with code review and quick perspectives
View repository →