{"id":28824988,"url":"https://github.com/digitalcube/advanced-backlog-mcp-server","last_synced_at":"2026-01-17T19:01:29.504Z","repository":{"id":288260566,"uuid":"967179081","full_name":"digitalcube/advanced-backlog-mcp-server","owner":"digitalcube","description":null,"archived":false,"fork":false,"pushed_at":"2025-06-10T06:13:55.000Z","size":124,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-07-29T11:12:17.995Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/digitalcube.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-04-16T03:54:16.000Z","updated_at":"2025-06-10T06:12:12.000Z","dependencies_parsed_at":"2025-04-16T16:02:57.808Z","dependency_job_id":"c6963ef5-5ec6-4ba3-ad0f-345eaf0413dc","html_url":"https://github.com/digitalcube/advanced-backlog-mcp-server","commit_stats":null,"previous_names":["digitalcube/advanced-backlog-mcp-server"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/digitalcube/advanced-backlog-mcp-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digitalcube%2Fadvanced-backlog-mcp-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digitalcube%2Fadvanced-backlog-mcp-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digitalcube%2Fadvanced-backlog-mcp-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digitalcube%2Fadvanced-backlog-mcp-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/digitalcube","download_url":"https://codeload.github.com/digitalcube/advanced-backlog-mcp-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/digitalcube%2Fadvanced-backlog-mcp-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28516540,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T18:55:29.170Z","status":"ssl_error","status_checked_at":"2026-01-17T18:55:03.375Z","response_time":85,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-19T01:34:24.423Z","updated_at":"2026-01-17T19:01:29.498Z","avatar_url":"https://github.com/digitalcube.png","language":"TypeScript","funding_links":[],"categories":["📦 Other","✅ Project \u0026 Task Management"],"sub_categories":[],"readme":"# Backlog MCP Server\n\nThis is a Model Context Protocol (MCP) server for interacting with Backlog, a project management tool. The server provides tools to query and manage Backlog resources like projects, issues, wikis, and user activities.\n\n## Features\n\n- Retrieve Backlog space information\n- List and search projects\n- Search, view, and manage issues\n- Access wiki pages\n- View user activities and notifications\n- Get user information\n\n## Requirements\n\n- Node.js (v14 or later)\n- Backlog account with API key\n\n## Installation\n\n```bash\n# Clone the repository\ngit clone https://github.com/digitalcube/advanced-backlog-mcp-server.git\ncd advanced-backlog-mcp-server\n\n# Install dependencies\nnpm install\n\n# Build the server\nnpm run build\n```\n\n## Configuration\n\n### Claude Desktop Setup\n\nTo use the Backlog MCP server with Claude Desktop, edit the following configuration file:\n\n- macOS: `~/Library/Application Support/Claude/claude_desktop_config.json`\n- Windows: `%APPDATA%/Claude/claude_desktop_config.json`\n\n```json\n{\n  \"mcpServers\": {\n    \"advanced-backlog-mcp-server\": {\n      \"command\": \"/path/to/advanced-backlog-mcp-server/build/index.js\",\n      \"env\": {\n        \"BACKLOG_DOMAIN\": \"your-domain.backlog.com\",\n        \"BACKLOG_API_KEY\": \"your-api-key\"\n      }\n    }\n  }\n}\n```\n\n### Getting the Command Path\n\nTo get the correct path for the `command` field, run the following in the repository directory after building:\n\n```bash\necho \"\\\"$(pwd)/build/index.js\\\"\"\n```\n\nThis will display the path to use in the `command` field.\n\nExample: `\"/Users/username/development/mcp-servers/advanced-backlog-mcp-server/build/index.js\"`\n\nOn macOS, you can copy this directly to your clipboard with:\n```bash\necho \"\\\"$(pwd)/build/index.js\\\"\" | pbcopy\n```\n\n### API Key Setup\n\nYou can get your API key from your Backlog account settings.\n\n## Usage\n\nAfter configuration, you can use the server with Claude Desktop or any other MCP-compatible client.\n\nIn Claude Desktop, you can use natural language queries such as:\n- \"Show me all my recent issues\"\n- \"List all projects in my Backlog space\"\n- \"Find issues assigned to me with a high priority\"\n\n## Available Tools\n\nThe server provides the following tools:\n\n- `list_backlog_space` - Get information about your Backlog space\n- `list_backlog_projects` - List all projects in your Backlog space\n- `list_backlog_recently_viewed_issues` - List recently viewed issues\n- `search_backlog_issues` - Search for issues with various filters\n- `get_backlog_issue` - Get details of a specific issue\n- `list_backlog_recently_viewed_projects` - List recently viewed projects\n- `get_backlog_project` - Get details of a specific project\n- `list_backlog_recently_viewed_wikis` - List recently viewed wikis\n- `get_backlog_wiki` - Get details of a specific wiki\n- `list_backlog_recent_user_activities` - List activities of a specific user\n- `get_backlog_current_user` - Get information about the current user\n- `get_backlog_user` - Get information about a specific user\n- `list_backlog_users` - List all users in your Backlog space\n- `list_backlog_own_notifications` - List notifications for the current user\n\n## Debugging\n\nFor debugging the MCP server, you can use the MCP Inspector:\n\n```bash\nnpm run inspector\n```\n\nThis will provide a URL to access debugging tools in your browser.\n\n## Integrating with MCP Clients\n\nThis server is designed to work with any MCP-compatible client. Follow the client's documentation to connect it to this server.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigitalcube%2Fadvanced-backlog-mcp-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdigitalcube%2Fadvanced-backlog-mcp-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdigitalcube%2Fadvanced-backlog-mcp-server/lists"}