Cursorshare
@tyson-tx
Cursorshare について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"cursorshare": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"mcp/cursorshare"
],
"env": {}
}
}
}ツール
1Create 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_notetool - Generate LLM-ready summaries with the
summarize_notesprompt - 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.
「その他」の他のコンテンツ
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web

EverArt
modelcontextprotocolModel Context Protocol Servers
Awesome Mlops
visengerA curated list of references for MLOps
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
コメント