mcp-server-cursorshare
A TypeScript-based MCP server implementing a simple notes system.
The mcp-server-cursorshare is a Model Context Protocol server designed to demonstrate core MCP concepts through a simple notes system. It allows users to create, list, and summarize text notes using URIs and metadata. The server is built using TypeScript and provides tools for creating new notes and generating summaries of existing notes. It supports plain text mime types for easy content access and is compatible with various platforms, including Claude Desktop. The server also includes development scripts for building and watching changes, as well as debugging tools to facilitate communication over stdio.
Features
- {'name': 'Resources', 'description': 'List and access notes via
note://
URIs, each with a title, content, and metadata.'} - {'name': 'Tools', 'description': '
create_note
tool for creating new text notes with title and content.'} - {'name': 'Prompts', 'description': '
summarize_notes
prompt for generating summaries of all stored notes.'}
MCP Tools
- create_note: Tool for creating new text notes with title and content.
Usage with Different Platforms
Claude Desktop
{
"mcpServers": {
"mcp-server-cursorshare": {
"command": "/path/to/mcp-server-cursorshare/build/index.js"
}
}
}
Related MCP Servers
View all developer_tools servers →Sequential Thinking🏅
by modelcontextprotocol
An MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process.
context7
by upstash
Context7 MCP provides up-to-date, version-specific documentation and code examples directly into your prompt, enhancing the capabilities of LLMs by avoiding outdated or hallucinated information.
git-mcp
by idosal
GitMCP is a free, open-source, remote Model Context Protocol (MCP) server that transforms GitHub projects into documentation hubs, enabling AI tools to access up-to-date documentation and code.
Everything MCP Server
by modelcontextprotocol
The Everything MCP Server is a comprehensive test server designed to demonstrate the full capabilities of the Model Context Protocol (MCP). It is not intended for production use but serves as a valuable tool for developers building MCP clients.
exa-mcp-server
by exa-labs
A Model Context Protocol (MCP) server allows AI assistants to use the Exa AI Search API for real-time web searches in a secure manner.
repomix
by yamadashy
Repomix is a tool that packages your entire codebase into a single, AI-friendly file, making it easier to use with AI tools like LLMs.
Sequential Thinking MCP Server
by modelcontextprotocol
An MCP server implementation that provides a tool for dynamic and reflective problem-solving through a structured thinking process.