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: delega-mcp
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.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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 Connectors
Task management for teams building with AI agents. Agents claim tasks and report progress.
Project management MCP for AI agents with safe task reads and writes.
AI-native project management + agent memory: tasks, sprints, risk, burnout, knowledge search.
Task management for people and AI agents, with scoped OAuth access to issues, projects, and docs.
130
Related MCP Servers
- 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.121325GPL 3.0
- AlicenseAqualityAmaintenanceTask management API for AI agents. Create, delegate, and track tasks with agent identity, delegation chains, lifecycle webhooks, and persistent context.442091MIT
- AlicenseNot gradedqualityDmaintenanceA self-hosted backlog tracker with priority scoring and an MCP server, enabling AI agents to autonomously pull, work on, and update tasks via JSON-RPC tools.MIT
- AlicenseBqualityCmaintenanceEnables AI clients to create and manage tasks via a local REST API by converting natural language into HTTP requests through the Model Context Protocol.1MIT
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