Stats
Actions
Tags
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.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"backlog": {
"command": "uv",
"args": [
"run",
"--script",
"${CLAUDE_PLUGIN_ROOT}/scripts/run_backlog_server.py"
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
uvCommand-line arguments passed to the server process
npx claudepluginhub jamie-bitflight/claude_skills --plugin dh