mcp-dev-server MCP Server
@johnlindquist
关于 mcp-dev-server MCP Server
暂无概览
基本信息
配置
工具
1Create new text notes
概览
What is mcp-dev-server?
mcp-dev-server is a TypeScript-based MCP (Model Context Protocol) server that implements a simple notes system. It demonstrates core MCP concepts by providing resources, tools, and prompts, and is intended for developers learning or testing MCP capabilities.
How to use mcp-dev-server?
Install dependencies with npm install, build with npm run build, and for auto-rebuild use npm run watch. To use with Claude Desktop, add a server configuration JSON pointing to the built index.js file.
Key features of mcp-dev-server
- Provides resources that list and access text notes via note:// URIs
- Includes a
create_notetool for creating new notes - Offers a
summarize_notesprompt to generate LLM summaries - Uses plain text mime type for simple content access
- Each note has a title, content, and metadata
- All notes are stored in server state
Use cases of mcp-dev-server
- Learning how MCP resources, tools, and prompts work in practice
- Building a simple, in-memory note-taking system controlled via MCP
- Demonstrating structured prompt generation for large language models
- Testing and debugging MCP server implementations
FAQ from mcp-dev-server
What dependencies are required to run mcp-dev-server?
Node.js and npm are required to install dependencies and build the server.
How does mcp-dev-server communicate with clients?
It uses stdio as the transport protocol, as is standard for MCP servers.
Where are notes stored and are they persisted?
Notes are stored in server state (in memory) and are not persisted to disk.
How can I debug mcp-dev-server?
Use the MCP Inspector, available via the npm run inspector command, which provides a URL for debugging tools.
其他 分类下的更多 MCP 服务器
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Servers
modelcontextprotocolModel Context Protocol Servers
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
评论