mcp-server

Gloomysunday28/mcp-server

3.1

If you are the rightful owner of mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A TypeScript-based MCP server implementing a simple notes system.

The weather-server MCP Server is a TypeScript-based Model Context Protocol server that demonstrates core MCP concepts through a simple notes system. It allows users to manage text notes with URIs and metadata, create new notes, and generate summaries of stored notes. The server is designed to be integrated with various platforms, providing a structured approach to managing and summarizing textual data. It supports plain text mime types for easy content access and offers tools and prompts to enhance note management and summarization capabilities.

Features

  • Resources: List and access notes via `note://` URIs, each with a title, content, and metadata.
  • Tools: `create_note` tool for creating new text notes with title and content.
  • Prompts: `summarize_notes` prompt for generating summaries of all stored notes.

Usages

usage with Claude Desktop

{
  "mcpServers": {
    "weather-server": {
      "command": "/path/to/weather-server/build/index.js"
    }
  }
}

Tools

  1. create_note

    Create new text notes with title and content, storing them in server state.