mcp-server-backlog
@kazuhideoki
mcp-server-backlog について
MCP Server for backlog
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-server-backlog": {
"command": "node",
"args": [
"/path/to/mcp-server-backlog/dist/index.js",
"--permission",
"READ"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is mcp-server-backlog?
mcp-server-backlog is an MCP server that integrates with Backlog, a project management tool, via its API. It is designed for developers using Claude Code to enable AI-driven interaction with Backlog data.
How to use mcp-server-backlog?
Set your Backlog API key in an apikey file in the project root, then install dependencies and build (npm install && npm run build). Add the server to Claude Code with claude mcp add backlog node /path/to/dist/index.js -- --permission READ, and run it using npm run dev -- --permission READ or node dist/index.js --permission READ.
Key features of mcp-server-backlog
- Two permission levels: READ (read‑only) and MUTATE (full access)
- Simple API key setup via a single file
- CLI‑controlled permission flag
- Seamless integration with Claude Code
Use cases of mcp-server-backlog
—
FAQ from mcp-server-backlog
What permission levels are available?
READ provides read‑only access (only GET endpoints), while MUTATE enables full access including POST, PUT, PATCH, and DELETE.
How do I set the Backlog API key?
Create a file named apikey in the project root and write your Backlog API key into it.
How do I add this server to Claude Code?
Run claude mcp add backlog node /path/to/mcp-server-backlog/dist/index.js -- --permission READ (replace the path and permission flag as needed).
Can I run the server in development mode?
Yes, use npm run dev -- --permission READ for development, or node dist/index.js --permission READ for production after building.
「その他」の他のコンテンツ
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Awesome Mlops
visengerA curated list of references for MLOps
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
コメント