Backlog MCP Server
@MCP-Mirror
Backlog MCP Server について
Mirror of
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"fleagne_backlog-mcp-server": {
"command": "docker",
"args": [
"build",
"-t",
"mcp/backlog",
"-f",
"Dockerfile",
"."
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Backlog MCP Server?
The Backlog MCP Server is an MCP (Model Context Protocol) server that integrates the Backlog API. It provides tools to manage projects, issues, and wikis directly from an MCP client. Intended for users who want to interact with their Backlog space through AI assistants like Claude Desktop.
How to use Backlog MCP Server?
Configure it by setting the required environment variables BACKLOG_API_KEY and BACKLOG_SPACE_ID (optionally BACKLOG_BASE_URL). Use either NPX (npx -y backlog-mcp-server) or a Docker image (mcp/backlog) in your claude_desktop_config.json. The server exposes tools for CRUD operations on projects, issues, and wikis.
Key features of Backlog MCP Server
- Full CRUD for Backlog projects, issues, and wikis
- Pagination and filtering on list endpoints
- Uses environment variables for authentication
- Supports NPX and Docker deployment
- Extensible architecture for adding new tools
- Licensed under MIT License
Use cases of Backlog MCP Server
- Manage Backlog projects and their details via natural language
- Create, update, or delete issues without leaving your chat interface
- Search and browse wiki pages in your Backlog space
- Automate routine backlog operations through AI-driven commands
FAQ from Backlog MCP Server
What is the Backlog MCP Server?
It is an MCP server that wraps the Backlog API, allowing AI assistants to perform operations on projects, issues, and wikis in a Backlog space.
What environment variables are required?
BACKLOG_API_KEY (your Backlog API key) and BACKLOG_SPACE_ID (your Backlog space ID). Optionally, BACKLOG_BASE_URL can be set if your space URL differs from the default https://{space-id}.backlog.com/api/v2.
How do I get an API key for Backlog?
Sign up for a Backlog account, choose a plan, and generate an API key from your individual settings. A free plan is available.
What tools are available?
Tools for projects (get list, get single), issues (list, get, add, update, delete), and wikis (list, get, add, update, delete). Specific command names start with backlog_ (e.g., backlog_get_issues).
What are the deployment options?
You can run the server via NPX (npx -y backlog-mcp-server) or as a Docker container (mcp/backlog). Both require the same environment variables for authentication.
「その他」の他のコンテンツ
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
コメント