mcp-backlog-server
@katsuhirohonda
About mcp-backlog-server
No overview available yet
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
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-backlog-server?
mcp-backlog-server is a TypeScript-based server that integrates Backlog project management with the Model Context Protocol (MCP). It provides resources, tools, and prompts to access and interact with Backlog data, ideal for users who want to manage Backlog projects through MCP-compatible clients like Claude Desktop.
How to use mcp-backlog-server?
Install dependencies with npm install, then build with npm run build. Configure the server in your Claude Desktop config file (claude_desktop_config.json) by specifying the path to the build output and setting two environment variables: BACKLOG_API_KEY and BACKLOG_SPACE_URL.
Key features of mcp-backlog-server
- Access Backlog projects via structured
backlog://project/[id]resources - Retrieve user, space, project, issue, and wiki information
- Filter and paginate issue lists by status, assignee, and more
- Add comments to issues and read their details
- Summarize recent projects and analyze usage patterns
- Summarize project wiki pages with a dedicated prompt
Use cases of mcp-backlog-server
- Summarize recently viewed Backlog projects for a quick overview
- Analyze Backlog usage patterns based on user, space, and project data
- Retrieve and update project issues and wiki pages programmatically
- Add comments to issues directly from an MCP client
- Generate structured summaries of wiki pages for a project
FAQ from mcp-backlog-server
What prerequisites are needed to run the server?
You need a Backlog account with API access and set the BACKLOG_API_KEY and BACKLOG_SPACE_URL environment variables.
How is the server configured in Claude Desktop?
Add a JSON entry in claude_desktop_config.json with the server command pointing to the build file and the required environment variables.
How can I debug the server?
Use the MCP Inspector by running npm run inspector, which provides a browser-based debugging tool.
Where does the data come from?
All data is fetched from the Backlog API using your API key and space URL; no local storage is used.
What transport does the server use?
The server communicates via standard input/output (stdio) as typical for MCP servers.
More Other MCP servers
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Servers
modelcontextprotocolModel Context Protocol Servers

EverArt
modelcontextprotocolModel Context Protocol Servers
Codelf
unbugA search tool helps dev to solve the naming things problem.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Comments