Backlog MCP Server provides integration with the Backlog API, enabling AI assistants to manage projects, issues, and wikis within Backlog workspaces. Built by Toshinori Suzuki, it offers tools for retrieving, creating, updating, and deleting Backlog resources through a TypeScript implementation that can be run via NPX or Docker. The server requires Backlog API credentials and is particularly useful for teams who want to incorporate project management tasks directly into their AI assistant workflows without switching contexts.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Execute projects get with pagination and filtering
Execute project gets with project id or key
Execute issues get with pagination and filtering
Execute issue gets with issue id or key
Execute issue add with issue data
Execute issue update with issue data
Execute issue delete with issue id or key
Execute wikis get with keyword
Execute wiki gets with wiki id or key
Execute wiki add with wiki data
Execute wiki update with wiki data
Execute wiki delete with wiki id or key