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.
Related MCP Servers
- AlicenseAqualityDmaintenanceProvides API access to a locally-hosted task management system with features for creating, updating, and organizing tasks, including support for urgency levels, effort estimates, subtasks, and bi-directional sync with Obsidian markdown files.Last updated1216MIT
- AlicenseAqualityDmaintenanceA local Model Context Protocol server providing backend tools for AI agents to manage projects and tasks with persistent storage in SQLite, enabling structured tracking of project tasks with dependencies, priorities, and statuses.Last updated121625GPL 3.0
- AlicenseAqualityAmaintenanceTask management API for AI agents. Create, delegate, and track tasks with agent identity, delegation chains, lifecycle webhooks, and persistent context.Last updated445081MIT
- Alicense-qualityDmaintenanceEnables AI agents to manage projects, epics, and tasks with atomic locking, real-time dashboard, and multi-agent coordination.Last updatedMIT
Related MCP Connectors
Local-first RAG engine with MCP server for AI agent integration.
Private-by-default, local-first memory/context/task orchestrator for MCP apps and agents.
Give your AI agent a persistent map of your project's structure, dependencies, and bugs.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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