convex-mcp-server
Convex MCP Server is a TypeScript-based server implementing a simple notes system to demonstrate core MCP concepts.
The Convex MCP Server is designed to showcase the fundamental concepts of the Model Context Protocol (MCP) by implementing a straightforward notes system. This server allows users to create, list, and access text notes using URIs. Each note is represented as a resource with a title, content, and associated metadata, and is accessible via a note://
URI. The server supports plain text MIME types for easy content access. Additionally, it provides tools for creating new notes, which are stored in the server's state. The server is built using TypeScript and can be integrated with various platforms, including Claude Desktop, by configuring the server settings. For development, the server offers scripts for installation, building, and auto-rebuilding, as well as debugging tools through the MCP Inspector.
Features
- {'name': 'Resource Management', 'description': 'List and access notes via
note://
URIs with titles, content, and metadata.'} - {'name': 'Plain Text Support', 'description': 'Supports plain text MIME type for simple content access.'}
- {'name': 'Note Creation Tool', 'description': 'Tool for creating new text notes with title and content, stored in server state.'}
MCP Tools
- create_note: Create new text notes with title and content.
Usage with Different Platforms
Claude Desktop
{
"mcpServers": {
"convex-mcp-server": {
"command": "/path/to/convex-mcp-server/build/index.js"
}
}
}
Related MCP Servers
View all knowledge_and_memory servers →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.
Knowledge Graph Memory Server
by modelcontextprotocol
A basic implementation of persistent memory using a local knowledge graph, allowing Claude to remember information about the user across chats.
mcpdoc
by langchain-ai
MCP LLMS-TXT Documentation Server provides a structured way to manage and retrieve LLM documentation using the Model Context Protocol.
rust-docs-mcp-server
by Govcraft
The Rust Docs MCP Server provides an up-to-date knowledge source for specific Rust crates, enhancing the accuracy of AI coding assistants by allowing them to query current documentation.
mindmap-mcp-server
by YuChenSSR
A Model Context Protocol (MCP) server for converting Markdown content to interactive mindmaps.
algorand-mcp
by GoPlausible
This is a Model Context Protocol (MCP) implementation for Algorand blockchain interactions, providing a server package for blockchain interactions and a client package for wallet management and transaction signing.
mcp-obsidian
by MarkusPfundstein
MCP server to interact with Obsidian via the Local REST API community plugin.