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.
「その他」の他のコンテンツ
Servers
modelcontextprotocolModel Context Protocol Servers
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
コメント