Cursorshare
@tyson-tx
About Cursorshare
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"cursorshare": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"mcp/cursorshare"
],
"env": {}
}
}
}Tools
1Create new text notes
Overview
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.
Frequently asked questions
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.
Basic information
More Other MCP servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
ghidraMCP
LaurieWiredMCP Server for Ghidra

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers

Lemon.io
lemon-ioRequest dedicated senior developers to work on your project, write job descriptions, and prep technical interviews — all without leaving your Claude chat. Just describe what you need, and Lemon.io MCP does the rest. 1–3
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Comments