Convex
Implements a simple notes system, demonstrating core MCP concepts through resources and tools for managing text notes.
关于
Convex is a TypeScript-based server designed to showcase core principles of the Model Context Protocol (MCP). It provides a straightforward notes system, complete with resources that represent text notes with associated URIs and metadata. The server includes tools specifically for creating new notes, making it a practical demonstration of MCP concepts and their implementation.
主要功能
- Stores note data in the server's state
- Lists and accesses notes via note:// URIs
- Manages notes with title, content, and metadata
- Supports plain text mime type for content access
- Includes a 'create_note' tool for adding new text notes
- 1 GitHub stars
使用案例
- Demonstrating the implementation of MCP resources
- Learning about MCP tool creation and usage
- Creating and managing simple text-based notes