mcp-server
2.2
The project is a TypeScript-based Model Context Protocol server that functions as a simple notes system. It allows for the creation and summarization of notes with unique URIs and metadata. It serves as a demonstration of core MCP concepts.
mcp-server MCP Server
A Model Context Protocol server
This is a TypeScript-based MCP server that implements a simple notes system. It demonstrates core MCP concepts by providing:
- Resources representing text notes with URIs and metadata
- Tools for creating new notes
- Prompts for generating summaries of notes
Features
Resources
- List and access notes via URIs
- Each note has a title, content and metadata
Tools
- Create new text notes
Prompts
- Generate a summary of all stored notes