drio
Open app

backlog-mcp-server MCP Server

Source

Catalog onlyCatalog onlySTDIO

Overview

backlog-mcp-server is a TypeScript-based Model Context Protocol (MCP) server that implements a simple notes system, demonstrating core MCP concepts.

To use backlog-mcp-server, install the dependencies, build the server, and configure it with Claude Desktop. You can create new notes and generate summaries of existing notes using the provided tools and prompts.

  • Resources representing text notes with URIs and metadata. - Tools for creating new notes with required parameters. - Prompts for generating summaries of stored notes.
  1. Creating and managing text notes in a structured format.
  2. Generating summaries of notes for quick reference.
  3. Integrating with other applications via MCP.

Add to your AI client

Use these steps to connect backlog-mcp-server MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "backlog-mcp-server-n0r1h": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-backlog-mcp-server-n0r1h"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "backlog-mcp-server-n0r1h": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-backlog-mcp-server-n0r1h"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "backlog-mcp-server-n0r1h": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-backlog-mcp-server-n0r1h"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "backlog-mcp-server-n0r1h": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-backlog-mcp-server-n0r1h"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "backlog-mcp-server-n0r1h": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-backlog-mcp-server-n0r1h"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "backlog-mcp-server-n0r1h": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-backlog-mcp-server-n0r1h"
      ]
    }
  }
}

FAQ

What is the purpose of backlog-mcp-server?

It serves as a simple notes system that demonstrates MCP concepts.

How do I install backlog-mcp-server?

You can install it by running `npm install` and then build it using `npm run build`.

Can I use backlog-mcp-server with other applications?

Yes, it can be integrated with applications that support the Model Context Protocol.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":1939,"uuid":"16b2685c-ca6a-449c-a87d-48b50e38bcd7","name":"backlog-mcp-server","title":"backlog-mcp-server MCP Server","description":"","avatar_url":"https://avatars.githubusercontent.com/u/145242166?v=4","created_at":"2025-03-05T06:55:46.062Z","updated_at":"2025-03-12T10:21:40.304Z","status":"created","author_name":"n0r1h","author_avatar_url":"https://avatars.githubusercontent.com/u/145242166?v=4","tags":"mcp,notes,typescript","category":"developer-tools","is_featured":false,"sort":1,"url":"https://github.com/n0r1h/backlog-mcp-server","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"\",\"language\":\"JavaScript\",\"is_official\":false,\"latest_commit_time\":\"2025-02-28 15:25:23\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]