Agentic Backlog MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Agentic Backlog MCP Servershow my open tasks"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Agentic Backlog MCP Server
Local-first MCP server for AI backlog management.
This package runs over stdio (Node.js) and forwards MCP tool calls to a running backlog API.
Exposed tools
backlog.identify_projectbacklog.healthbacklog.versionbacklog.list_projectsbacklog.get_projectbacklog.get_kanban_urlbacklog.create_taskbacklog.list_tasksbacklog.get_taskbacklog.find_tasks_by_titlebacklog.update_taskbacklog.update_task_by_titlebacklog.delete_taskbacklog.update_task_statusbacklog.add_task_notebacklog.plan_from_contextbacklog.get_focusbacklog.claim_taskbacklog.release_taskbacklog.restore_taskbacklog.get_boardbacklog.get_console_table
Related MCP server: MCP Task Manager Server
Requirements
Node.js 18+
Environment
BACKLOG_API_BASE_URL=http://127.0.0.1:38117/api
BACKLOG_REQUEST_TIMEOUT_MS=1800
BACKLOG_API_FAIL_FAST_MS=15000
BACKLOG_API_FAILURE_THRESHOLD=1Run locally
npm install
npm run build
npm startFor development:
npm run devMCP config example
.mcp.json file:
{
"mcp": {
"agentic-backlog": {
"command": "npx",
"args": ["-y", "@hakenshi/agentic-backlog-mcp-server"],
"env": {
"BACKLOG_API_BASE_URL": "http://127.0.0.1:38117/api"
}
}
}
}Notes
This server uses
stdiotransport only.Do not use
console.login MCP stdio mode (stdout breaks JSON-RPC). Logs must go tostderr.backlog.delete_taskrequires explicitconfirm: "DELETE".backlog.plan_from_contextis preview-only by default. Setapply: trueto persist changes.API resilience is fail-fast: when repeated timeout/5xx errors happen, the server opens a short circuit window and returns immediate 503 errors so agent runs do not stall.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hakenshi/agentic-backlog-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server