Saga
@spranab
关于 Saga
A Jira-like project tracker MCP server for AI agents. SQLite-backed, per-project scoped, with full hierarchy and activity logging — so LLMs never lose track.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"saga": {
"command": "npx",
"args": [
"-y",
"saga-mcp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Saga?
Saga is a Jira-like project tracker MCP server designed for AI agents. It is backed by SQLite, scoped per project, and provides full hierarchy and activity logging so large language models never lose track.
How to use Saga?
—
Key features of Saga
- SQLite-backed structured database for project tracking
- Per-project scope with full hierarchy (epics, tasks, subtasks)
- Activity logging to maintain LLM context across sessions
- Supports notes and decisions alongside tasks
- Replaces scattered markdown files with a unified system
Use cases of Saga
- Giving your AI assistant a persistent database to track projects and tasks
- Managing epics, tasks, subtasks, notes, and decisions across multiple sessions
- Eliminating the need for scattered markdown files for project organization
FAQ from Saga
What types of items can Saga track?
Saga tracks projects, epics, tasks, subtasks, notes, and decisions.
How is data stored in Saga?
Data is stored in a local SQLite database, scoped per project.
Who is Saga designed for?
Saga is designed for AI agents to use as a structured project tracker.
What problem does Saga solve?
It prevents LLMs from losing track of project context by maintaining a structured database instead of scattered markdown files.
Does Saga include activity logging?
Yes, Saga includes full activity logging to preserve history across sessions.
其他 分类下的更多 MCP 服务器
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Nginx UI
0xJackyYet another WebUI for Nginx
评论