Add Number
@haojiasheng
关于 Add Number
Add Two Number
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"add-number-server": {
"command": "npx",
"args": [
"-y",
"add-number-server"
]
}
}
}工具
1Create new text notes
概览
What is Add Number?
Add Number is a TypeScript-based MCP server that implements a simple notes system. It demonstrates core MCP concepts by providing resources for text notes, tools for creating new notes, and prompts for generating summaries of notes.
How to use Add Number?
Install dependencies with npm install, build with npm run build, and add the server configuration to Claude Desktop's config file. The server can be run directly or debugged using the MCP Inspector.
Key features of Add Number
- Resources represent text notes with URIs and metadata
- Tools allow creating new notes (
create_note) - Prompts generate summaries of stored notes (
summarize_notes) - TypeScript-based with simple development setup
Use cases of Add Number
- Store and retrieve text notes with unique
note://URIs - Create new notes using the
create_notetool - Generate structured prompts for LLM summarization of all notes
FAQ from Add Number
What does Add Number do?
It implements a simple notes system with resources, tools, and prompts, demonstrating core MCP concepts.
How do I install and build Add Number?
Run npm install to install dependencies, then npm run build to compile. For auto-rebuild during development, use npm run watch.
How do I configure Add Number with Claude Desktop?
Add the server configuration to the Claude Desktop config file, pointing to the built index.js file. The config file is located at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS and %APPDATA%/Claude/claude_desktop_config.json on Windows.
How can I debug Add Number?
Use the MCP Inspector by running npm run inspector. It provides a URL to access debugging tools in your browser.
Where are notes stored?
Notes are stored in the server’s in-memory state; they are not persisted to disk.
其他 分类下的更多 MCP 服务器
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Codelf
unbugA search tool helps dev to solve the naming things problem.
Awesome Mlops
visengerA curated list of references for MLOps
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
评论