Curri MCP ServerServer

teamcurri
GitHub
note takingtext summarizationknowledge management

Loading subscription status...

💡 Description

An MCP server for managing and persisting notes, offering CRUD operations, note summarization, and resource-based access via a note:// URI scheme.

📝 JSON Entries

{
  "mcpServers": [
    {
      "curri-mcp-server": {
        "env": {},
        "args": [],
        "command": "/path/to/curri-mcp-server/build/index.js"
      }
    }
  ]
}

🛠️ Tools

npmInspector MCP

Features

  • Create new text notes
  • URI access for notes
  • Summarization of stored notes

💬 Example Queries

  • Create a note with the title 'Meeting Notes' and content 'Discuss project timelines.'
  • Summarize all notes.