backlog-mcp-server
3
The Backlog MCP Server is an implementation integrating Backlog API functionalities to manage projects, issues, and wikis through an MCP server approach. It supports various operations like getting, adding, updating, and deleting resources and is extendable to include new tools.
Backlog MCP Server
An MCP server implementation that integrates the Backlog API.
Tools
Project API
- Execute get, add, update, and delete operations for projects.
Issue API
- Execute get, add, update, and delete operations for issues.
Wiki API
- Execute get, add, update, and delete operations for wikis.
Configuration
- Sign up for a Backlog account and obtain your API key.
- Set required environment variables such as BACKLOG_API_KEY and BACKLOG_SPACE_ID.
Usage
- Configure usage with Claude Desktop using either NPX or Docker methods.
Development
Installation
- Use npm to install dependencies.
Build & Debug
- Use npm to build and debug the server.
Extending the Server
- Add new tools by defining schemas, tool definitions, handlers, and services.
License
- Licensed under the MIT License.