cubox-mcp
1
The mcp-server-cubox is a TypeScript-based Model Context Protocol server designed to manage a simple notes system. It offers tools for creating notes and generating their summaries, demonstrating core MCP concepts based on text note resources.
mcp-server-cubox 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
- Plain text mime type for simple content access
Tools
- Create new text notes
- Takes title and content as required parameters
- Stores note in server state
Prompts
- Generate a summary of all stored notes
- Includes all note contents as embedded resources
- Returns structured prompt for LLM summarization
Development
- Install dependencies
- Build the server
- For development with auto-rebuild, use watch mode
Installation
Install with Claude Desktop by adding the server config in the Claude configuration file on MacOS or Windows.
Debugging
Debug MCP servers using the MCP Inspector tool available as a package script.