MCP.so
ログイン
C

Cursorshare

@tyson-tx

Cursorshare について

概要はまだありません

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

tyson-tx

投稿者

xu tan

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "cursorshare": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "mcp/cursorshare"
      ],
      "env": {}
    }
  }
}

ツール

1

Create new text notes

概要

What is Cursorshare?

Cursorshare is a TypeScript-based MCP server that implements a simple notes system. It demonstrates core MCP concepts by providing resources for text notes with URIs and metadata, tools for creating new notes, and prompts for generating summaries of notes.

How to use Cursorshare?

Install dependencies with npm install, build with npm run build, and configure your MCP client (e.g., Claude Desktop) to point to the compiled build/index.js file. For development with auto-rebuild, use npm run watch.

Key features of Cursorshare

  • List and access notes via note:// URIs
  • Each note has a title, content, and metadata
  • Plain text mime type for simple content access
  • Create new notes with the create_note tool
  • Generate LLM-ready summaries with the summarize_notes prompt
  • Includes an MCP Inspector script for debugging

Use cases of Cursorshare

  • Creating and storing simple text notes via MCP tools
  • Summarizing all stored notes for an LLM with one prompt
  • Exploring core MCP concepts (resources, tools, prompts) in a minimal example

FAQ from Cursorshare

What dependencies does Cursorshare require?

Node.js and npm. Install dependencies with npm install.

How is data stored?

Notes are stored in server state (in-memory). Data is not persistent across restarts.

How do I debug Cursorshare?

Run npm run inspector to use the MCP Inspector, which provides a URL to access debugging tools.

What transport does Cursorshare use?

It communicates over stdio, as is standard for MCP servers.

Does Cursorshare support authentication?

No authentication is mentioned in the README.

コメント

「その他」の他のコンテンツ