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.
其他 分类下的更多 MCP 服务器
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Codelf
unbugA search tool helps dev to solve the naming things problem.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
评论