github-issue-mcp-server

github-issue-mcp-server

0

github-server MCP Server is a TypeScript-based server that implements a notes system using the Model Context Protocol. It features note resources with URIs, tools for note creation, and summarization prompts for use in Claude Desktop.

github-server MCP Server

A TypeScript-based MCP server that implements a simple notes system, demonstrating core MCP concepts by providing resources representing text notes with URIs and metadata, tools for creating new notes, and prompts for generating summaries of notes.

Features

Resources

  • List and access notes via URIs
  • Notes contain title, content, and metadata

Tools

  • Create new text notes with a title and content

Prompts

  • Generate summaries of stored notes for LLM summarization

Installation

Configure with claude_desktop_config.json.

Debugging

Use MCP Inspector for browser-accessible debugging tools.