Backlog MCP サーバー
@MCP-Mirror
关于 Backlog MCP サーバー
Mirror of
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"backlog": {
"command": "npx",
"args": [
"-y",
"@tmhr1850/backlog-mcp-server"
],
"env": {
"BACKLOG_DOMAIN": "your-domain.backlog.com",
"BACKLOG_API_KEY": "your-api-key"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
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
Servers
modelcontextprotocolModel Context Protocol Servers
Blender
ahujasidOpen-source MCP to use Blender with any LLM
评论