backlog-mcp-server MCP Server
@n0r1h
backlog-mcp-server MCP Server について
概要はまだありません
基本情報
設定
ツール
1Create new text notes
概要
What is backlog-mcp-server?
backlog-mcp-server is a TypeScript-based Model Context Protocol (MCP) server that implements a simple notes system. It demonstrates core MCP concepts by providing resources (text notes), tools (creating notes), and prompts (summarizing notes). It is intended for developers learning MCP or for use with MCP clients like Claude Desktop.
How to use backlog-mcp-server?
Install dependencies with npm install, build with npm run build, then add the server configuration to your Claude Desktop config file (claude_desktop_config.json) pointing to the built index.js. For debugging, run npm run inspector to use the MCP Inspector.
Key features of backlog-mcp-server
- List and access notes via
note://URIs - Each note has a title, content, and metadata
create_notetool to create new text notessummarize_notesprompt for LLM summarization- Stores notes in server state (in‑memory)
Use cases of backlog-mcp-server
- Creating and managing simple text notes through MCP
- Using notes as context for LLM summarization
- Demonstrating core MCP concepts for learning or prototyping
- Integrating a lightweight note system with AI assistants like Claude Desktop
FAQ from backlog-mcp-server
What resources does backlog-mcp-server expose?
It exposes text notes as resources with note:// URIs, each containing a title, content, and metadata.
What tools are available?
The server provides one tool: create_note, which takes a title and content as required parameters.
How do I install backlog-mcp-server for Claude Desktop?
Add a configuration entry under mcpServers in your Claude Desktop config file, specifying the path to the built index.js as the command.
What transport does the server use?
The server communicates over stdio (standard input/output), as is typical for MCP servers.
What are the runtime dependencies?
The server is built with TypeScript and requires Node.js and npm. Dependencies are installed via npm install.
「その他」の他のコンテンツ
Awesome Mlops
visengerA curated list of references for MLOps
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
コメント