tmhr1850_backlog-mcp-server
0
The Backlog MCP Server provides access to the Backlog API for project management, issue tracking, and file operations. It allows users to manage projects, issues, and files with features like creation, updating, and searching. The server is an MCP Server and is licensed under MIT.
Backlog MCP Server
Provides access to the Backlog API, offering features such as project management, issue tracking, and file operations.
Features
- Project Management: View project lists and details
- Issue Management: Create, update, search, and comment on issues
- User Management: Retrieve user information
- File Operations: Manage attachments
- Comment Functionality: Add comments to issues
- Search Functionality: Search for issues and projects
Tools
- Project-Related: Retrieve space and project details
- Issue-Related: Retrieve and manage issue details
- Search-Related: Search issues with specific keywords or filters
Setup
- Obtain an API Key
- Set environment variables in the
.env
file
Usage with Claude Desktop
Configure claude_desktop_config.json
to use with NPX
Local Execution
- Build with
npm run build
- Execute with
npm start
Testing
- Run all tests with
npm test
- Watch mode with
npm run test:watch
- Test with coverage reports using
npm run test:coverage
License
This MCP server is provided under the MIT License. See LICENSE file for details.