From dh
Local stdio MCP server running a Python script for Backlog integration. Provides tools for accessing Backlog project management service, likely for issues, projects, and tasks.
npx claudepluginhub jamie-bitflight/claude_skills --plugin development-harnessAdd to your .mcp.json:
{
"mcpServers": {
"backlog": {
"command": "uv",
"args": [
"run",
"--script",
"${CLAUDE_PLUGIN_ROOT}/scripts/run_backlog_server.py"
]
}
}
}This server has elevated permissions. Review the source code before enabling.
uv