iggy-mcp-server

MaxParisotto/iggy-mcp-server

3.2

If you are the rightful owner of iggy-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 iggy-mcp-server is a Model Context Protocol server designed to demonstrate core MCP concepts through a simple notes system. It allows users to create, list, and access text notes using URIs, and provides tools for generating summaries of these notes. The server is built using TypeScript and offers a straightforward interface for managing notes, making it an excellent example of MCP's capabilities. It supports plain text mime types for easy content access and includes development scripts for building and debugging the server.

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.

Tools

  1. create_note

    Create new text notes with title and content.