Backlog MCP サーバー
@MCP-Mirror
About Backlog MCP サーバー
Mirror of
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"backlog": {
"command": "npx",
"args": [
"-y",
"@tmhr1850/backlog-mcp-server"
],
"env": {
"BACKLOG_DOMAIN": "your-domain.backlog.com",
"BACKLOG_API_KEY": "your-api-key"
}
}
}
}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 Backlog MCP サーバー?
Backlog MCP サーバー is an MCP server that provides access to the Backlog API, enabling project management, issue tracking, file management, and user information retrieval. It is designed for users who want to interact with Backlog through MCP-compatible clients like Claude Desktop.
How to use Backlog MCP サーバー?
Obtain a Backlog API key, then set the environment variables BACKLOG_DOMAIN and BACKLOG_API_KEY. For Claude Desktop, add the configuration to claude_desktop_config.json using the npx command shown in the README. To run locally, build with npm run build and start with npm start.
Key features of Backlog MCP サーバー
- List and view project details using
getSpacesandgetProjects - Create, update, and retrieve issues via
createIssue,updateIssue,getIssues, andgetIssue - Add comments to issues with
addComment - Search issues by keyword, project, status, or assignee
- Manage attachments (file operations mentioned in features)
Use cases of Backlog MCP サーバー
- Automate issue creation and updates from AI assistants
- Search and retrieve project or issue data without manual API calls
- Integrate Backlog tasks into chatbot or automation workflows
- Manage user information and project spaces programmatically
- Track and comment on issues during development sprints
FAQ from Backlog MCP サーバー
What Backlog operations does this server support?
It supports project listing, issue CRUD, comment addition, issue search, user information retrieval, and file attachment management.
How do I authenticate with Backlog?
Set the environment variable BACKLOG_API_KEY with your Backlog API key, which can be generated under "Personal Settings > API" in Backlog.
What are the requirements to run this server?
A Backlog account with API access, Node.js to build and run locally, and an MCP-compatible client (e.g., Claude Desktop) or ability to run a Node script.
Are there any limits on the number of results?
When retrieving issues, the count parameter accepts a maximum of 100 items per request. Pagination is supported via the offset parameter.
Where does my data reside?
All data remains in Backlog’s servers; this server acts as an intermediary via the Backlog API and does not store any data locally.
More Other MCP servers
Awesome Mlops
visengerA curated list of references for MLOps
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Comments