Connect to Claude
Curri icon

Curri

Createdteamcurri

Provides an MCP server for interacting with Curri's API, managing notes and generating summaries.

About

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.

Key Features

  • 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.

Use Cases

  • Interacting with Curri's API for note management.
  • Creating and storing text notes within a server environment.
  • Generating summaries of text notes using LLMs.