Backlog MCP サーバー
@tomohiro1850
About Backlog MCP サーバー
No overview available yet
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
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is Backlog MCP サーバー?
Backlog MCP サーバー is an MCP server that provides access to the Backlog API, enabling project management, issue tracking, file operations, and other features. It is designed for users who want to interact with Backlog through an MCP-compatible agent such as Claude Desktop.
How to use Backlog MCP サーバー?
Obtain an API key from Backlog (Settings > API > Issue API key). Set environment variables BACKLOG_DOMAIN and BACKLOG_API_KEY in a .env file, or configure them in claude_desktop_config.json when using with Claude Desktop via NPX. Then run the server with npx -y @tmhr1850/backlog-mcp-server.
Key features of Backlog MCP サーバー
- Retrieve space and project information.
- Create, update, and search issues.
- Add comments to issues.
- Manage attachments and user data.
- Search issues by keyword and filters.
Use cases of Backlog MCP サーバー
- Automating issue creation from an AI assistant.
- Querying project status and issue details without leaving a chat interface.
- Updating existing issues with comments or status changes.
- Searching for issues across projects using keywords and filters.
FAQ from Backlog MCP サーバー
What are the prerequisites to use this server?
A Backlog API key and your Backlog domain (e.g., your-domain.backlog.com) are required. Optionally, Node.js and npm are needed for local execution.
How is data accessed and where does it live?
All data is accessed via the Backlog API. The server does not store data locally; it makes HTTP requests to your Backlog instance.
What authentication or transport does it use?
The server uses API key authentication, passed via the BACKLOG_API_KEY environment variable. Transport is HTTP/HTTPS through the Backlog API.
Are there any limits on the number of results?
The getIssues and searchIssues tools accept a count parameter, with a maximum of 100 items per request.
How can I test the server locally?
Run npm test for all tests, npm run test:watch for watch mode, or npm run test:coverage for coverage reports.
Frequently asked questions
What are the prerequisites to use this server?
A Backlog API key and your Backlog domain (e.g., `your-domain.backlog.com`) are required. Optionally, Node.js and npm are needed for local execution.
How is data accessed and where does it live?
All data is accessed via the Backlog API. The server does not store data locally; it makes HTTP requests to your Backlog instance.
What authentication or transport does it use?
The server uses API key authentication, passed via the `BACKLOG_API_KEY` environment variable. Transport is HTTP/HTTPS through the Backlog API.
Are there any limits on the number of results?
The `getIssues` and `searchIssues` tools accept a `count` parameter, with a maximum of 100 items per request.
How can I test the server locally?
Run `npm test` for all tests, `npm run test:watch` for watch mode, or `npm run test:coverage` for coverage reports.
Basic information
More Other MCP servers
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Codelf
unbugA search tool helps dev to solve the naming things problem.
Nginx UI
0xJackyYet another WebUI for Nginx
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Comments