mcp-client-and-server
Model Context Protocol Client and Server to chain together between clients and servers.
Top Comments
The mcp-client-and-server is a Model Context Protocol (MCP) server designed to facilitate communication and data exchange between clients and servers. It implements a simple note storage system using a custom URI scheme and provides tools for adding and summarizing notes. The server is capable of generating summaries of stored notes with varying levels of detail, and it notifies clients of any changes to resources. The server is configured to run on different platforms, and it supports development, building, and publishing processes. Debugging is supported through the MCP Inspector, which provides a user-friendly interface for monitoring server operations.
Features
- Custom note:// URI scheme for accessing individual notes.
- Summarize-notes prompt for generating summaries of stored notes.
- Add-note tool for adding new notes to the server.
- Notifies clients of resource changes.
- Supports development, building, and publishing processes.
MCP Tools
- {'add-note': "Adds a new note to the server with 'name' and 'content' as required arguments."}
MCP Resources
- {'summarize-notes': "Creates summaries of all stored notes with an optional 'style' argument."}
Usage with Different Platforms
Claude Desktop
{
"mcpServers": {
"mcp-client-and-server": {
"command": "uv",
"args": [
"--directory",
"/Users/mlrsmith/Library/Mobile Documents/com~apple~CloudDocs/Family_Shared/AI/mcp/mcp-client-and-server",
"run",
"mcp-client-and-server"
]
}
}
}
Published Servers
{
"mcpServers": {
"mcp-client-and-server": {
"command": "uvx",
"args": [
"mcp-client-and-server"
]
}
}
}
Related MCP Servers
View all knowledge_and_memory servers →Knowledge Graph Memory Server
by modelcontextprotocol
The Knowledge Graph Memory Server provides a simple solution for storing and managing persistent memory using a local knowledge graph, which is particularly useful for applications like chat personalization. It supports various operations for handling entities, relations, and observations, and offers flexible setup options, including Docker and NPX.
git-mcp
by idosal
GitMCP is a remote Model Context Protocol server that turns GitHub projects into documentation hubs for AI tools. It ensures accurate, up-to-date documentation access, minimizing code errors from hallucinations. The platform is open-source, free, and easy to integrate with various AI assistants, offering significant flexibility and utility for developers.
mindmap-mcp-server
by YuChenSSR
Mindmap MCP Server is a tool for transforming Markdown documents into interactive mindmaps. It supports multiple installation methods and works with various Model Context Protocol clients. The server is designed for both online and offline use, offering flexibility in how mindmaps are generated and viewed.