GitHub Issue MCP ServerServer

HeatherFlux
GitHub
notessummarizationtypescript

Loading subscription status...

💡 Description

A TypeScript-based MCP server that allows users to manage a simple notes system, enabling features such as creating notes and summarizing them using the Model Context Protocol.

📝 JSON Entries

{
  "mcpServers": [
    {
      "github-server": {
        "env": {},
        "args": [],
        "command": "/path/to/github-server/build/index.js"
      }
    }
  ]
}

🛠️ Tools

create_notesummarize_notes

Features

  • Create new text notes.
  • Summarize stored notes.

💬 Example Queries

  • Create a new note with title 'Meeting Notes' and content 'Discuss project updates.'
  • Summarize all notes stored.