Provides containerized deployment options for both development and production environments
Used for environment variable management, allowing configuration of Backlog API credentials through .env files
Referenced as a resource for setting up the Windsurf application with MCP capabilities
Backlog MCP Server
This is an MCP server that connects to Backlog's API. It provides the functionality to search, retrieve, and update issues.
function
- Search for issues
- Get an issue
- Update an issue
set up
MCP Configuration
Add the following to ~/Library/Application Support/Code/User/globalStorage/rooveterinaryinc.roo-cline/settings/cline_mcp_settings.json
:
Note: Replace cwd
with the actual project path.
Docker environment
Development environment
If you use Docker containers for development and testing:
In development mode it will watch for changes in the source code and restart automatically.
Production
If you use Docker containers for production:
Use as an MCP server
To run an MCP server using a Docker container, set the following in the configuration file of the app you are using. Example for Cline and RooCline: cline_mcp_settings.json
Other app settings methods
Claude Desktop: https://ainow.jp/claude-mcp-guide/
Windsurf: https://zenn.dev/y16ra/articles/3ed3e2ae734fa4
Cursor: https://note.com/shuzon\_\_/n/na2aafacf7324 →[Set Notion MCP Server as Cursor]
Example prompt
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
An MCP server that connects to Backlog API, providing functionality to search, retrieve, and update issues through natural language commands.
Related MCP Servers
- AsecurityAlicenseAqualityAn MCP server that provides tools for interacting with Linear issue tracking system, currently supporting issue search with plans to expand to issue creation, updates, comments, and project management.Last updated -1351TypeScriptMIT License
- AsecurityAlicenseAqualityAn MCP server implementation that integrates with Backlog API, enabling project management operations including issues, projects, and wikis through natural language interactions.Last updated -12533TypeScriptMIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that enables AI assistants to interact with Linear project management systems, allowing users to retrieve, create, and update issues, projects, and teams through natural language.Last updated -321,06292TypeScriptMIT License
- -securityFlicense-qualityAn MCP server that enables interaction with Google Cloud Logging API, allowing users to write, read, and manage log entries and configurations through natural language.Last updated -Python