mcp-server-backlog
@kazuhideoki
About mcp-server-backlog
MCP Server for backlog
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-backlog": {
"command": "node",
"args": [
"/path/to/mcp-server-backlog/dist/index.js",
"--permission",
"READ"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is mcp-server-backlog?
mcp-server-backlog is an MCP server that integrates with Backlog, a project management tool, via its API. It is designed for developers using Claude Code to enable AI-driven interaction with Backlog data.
How to use mcp-server-backlog?
Set your Backlog API key in an apikey file in the project root, then install dependencies and build (npm install && npm run build). Add the server to Claude Code with claude mcp add backlog node /path/to/dist/index.js -- --permission READ, and run it using npm run dev -- --permission READ or node dist/index.js --permission READ.
Key features of mcp-server-backlog
- Two permission levels: READ (read‑only) and MUTATE (full access)
- Simple API key setup via a single file
- CLI‑controlled permission flag
- Seamless integration with Claude Code
Use cases of mcp-server-backlog
—
FAQ from mcp-server-backlog
What permission levels are available?
READ provides read‑only access (only GET endpoints), while MUTATE enables full access including POST, PUT, PATCH, and DELETE.
How do I set the Backlog API key?
Create a file named apikey in the project root and write your Backlog API key into it.
How do I add this server to Claude Code?
Run claude mcp add backlog node /path/to/mcp-server-backlog/dist/index.js -- --permission READ (replace the path and permission flag as needed).
Can I run the server in development mode?
Yes, use npm run dev -- --permission READ for development, or node dist/index.js --permission READ for production after building.
More Other MCP servers
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
ACI: Open-Source Infra to Power Unified MCP Servers
aipotheosis-labsACI.dev is the open source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent through direct function calling or a unified MCP server. The birthplace of VibeOps.
ICSS
chokcoco不止于 CSS
ghidraMCP
LaurieWiredMCP Server for Ghidra
Comments