my-server MCP Server
@vivalalova
my-server MCP Server について
a mcp server
設定
ツール
1Create new text notes
概要
What is my-server MCP Server?
my-server MCP Server is a TypeScript-based Model Context Protocol (MCP) server that implements a simple notes system. It demonstrates core MCP capabilities including resources, tools, and prompts, and is intended for use with MCP-compatible clients like Claude Desktop.
How to use my-server MCP Server?
Install dependencies with npm install, build with npm run build, or use npm run watch for development with auto-rebuild. To use with Claude Desktop, add the server configuration to claude_desktop_config.json (located at ~/Library/Application Support/Claude/ on MacOS or %APPDATA%/Claude/ on Windows) specifying the path to the built index.js. Debugging can be done via the MCP Inspector using the npm run inspector command.
Key features of my-server MCP Server
- Resources for accessing notes via
note://URIs with titles and metadata. - Tools for creating new text notes (
create_note). - Prompts for generating summaries of all stored notes (
summarize_notes). - Plain text MIME type for simple content access.
- Built with TypeScript and standard MCP SDK.
Use cases of my-server MCP Server
- Create and store text notes with titles and content.
- Retrieve notes programmatically using the MCP resource protocol.
- Generate LLM‑friendly summaries of existing notes for AI consumption.
- Demonstrate MCP resource, tool, and prompt implementations in a TypeScript project.
FAQ from my-server MCP Server
What does the server do?
It is a Model Context Protocol server that provides a simple notes system with resources (note URIs), one tool (create_note), and one prompt (summarize_notes).
How do I install and configure it?
Install dependencies via npm install, then build with npm run build. For use with Claude Desktop, add the server entry to claude_desktop_config.json with the path to the built index.js.
Does the server persist data?
Notes are stored in server state only; persistence is not mentioned in the documentation.
What transport does it use?
The server communicates over stdio, as is standard for MCP servers.
How can I debug the server?
Using the MCP Inspector, run the npm run inspector command to get a debugging URL.
よくある質問
What does the server do?
It is a Model Context Protocol server that provides a simple notes system with resources (note URIs), one tool (`create_note`), and one prompt (`summarize_notes`).
How do I install and configure it?
Install dependencies via `npm install`, then build with `npm run build`. For use with Claude Desktop, add the server entry to `claude_desktop_config.json` with the path to the built `index.js`.
Does the server persist data?
Notes are stored in server state only; persistence is not mentioned in the documentation.
What transport does it use?
The server communicates over stdio, as is standard for MCP servers.
How can I debug the server?
Using the [MCP Inspector](https://github.com/modelcontextprotocol/inspector), run the `npm run inspector` command to get a debugging URL.
基本情報
「その他」の他のコンテンツ
ICSS
chokcoco不止于 CSS
ghidraMCP
LaurieWiredMCP Server for Ghidra
Website
FunnyWolfAdversary simulation and Red teaming platform with AI
ACI: Open-Source Infra to Power Unified MCP Servers
aipotheosis-labsACI.dev is the open source tool-calling platform that hooks up 600+ tools into any agentic IDE or custom AI agent through direct function calling or a unified MCP server. The birthplace of VibeOps.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
コメント