Backlog
Integrates with Backlog project management API to enable issue creation and project management operations through TypeScript/Node.js endpoints that handle authentication and API communication.
12 stars
0 tools
Created Aug 2025
@tmhr1850/tmhr1850-backlog-backlog-mcp-serverAbout
Integrates with Backlog project management API to enable issue creation and project management operations through TypeScript/Node.js endpoints that handle authentication and API communication.
Categories
general
Installation
npm
npm install @tmhr1850/tmhr1850-backlog-backlog-mcp-server
Configuration
{
"mcpServers": {
"tmhr1850-backlog-backlog-mcp-server": {
"command": "npx",
"args": [
"-y",
"@tmhr1850/tmhr1850-backlog-backlog-mcp-server"
]
}
}
}