McpServer
McpServer is a project focused on building a Model Context Protocol (MCP) server that facilitates the management of notes through custom tools and resources.
McpServer
This project is about building an MCP server that lets you add, read, and summarize notes. It defines custom tools like add_note() and read_notes() to interact with a local notes.txt file, and a resource (notes://latest) to get the most recent note. It also includes a prompt to generate a summary of all saved notes using note_summary_prompt(). I've successfully implemented and tested all of these features in the 𝐀𝐧𝐭𝐡𝐫𝐨𝐩𝐢𝐜 𝐂𝐥𝐚𝐮𝐝𝐞 𝐝𝐞𝐬𝐤𝐭𝐨𝐩 𝐚𝐩𝐩 which allows me to manage my notes directly through 𝐂𝐥𝐚𝐮𝐝𝐞'𝐬 𝐢𝐧𝐭𝐞𝐫𝐟𝐚𝐜𝐞.
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.
basic-memory
by basicmachines-co
Basic Memory is a tool that allows users to build a persistent knowledge base through natural conversations with LLMs, storing information in Markdown files.