关于
Curri is a TypeScript-based MCP server designed for managing text notes and generating summaries using LLMs. It implements core MCP concepts through resources representing notes with URIs and metadata, tools for creating new notes, and prompts for generating summaries of these notes. This server allows users to list and access notes, create new notes with titles and content, and generate summaries of all stored notes for efficient LLM interaction.
主要功能
- Provides a tool to create new text notes.
- Uses plain text mime type for simple content access.
- Manages notes as resources with URIs and metadata.
- Offers a prompt to generate summaries of stored notes.
- Integrates with Claude Desktop using a configuration file.
使用案例
- Interacting with Curri's API for note management.
- Creating and storing text notes within a server environment.
- Generating summaries of text notes using LLMs.