notes-box
my-mcp-server-app
MCPを学ぶ: 3つのツールを備えた小さなノートサーバー
機能
Claude Desktopの設定スニペットを含む
3つのツール: add / get / list ノート
状態はホームディレクトリのJSONファイルに永続化されます
FastMCPスタイル: デコレータ、ボイラープレート不要
Related MCP server: mor
使い方
# claude_desktop_config.json
# {
# "mcpServers": {
# "notes-box": {"command": "python", "args": ["server.py"]}
# }
# }
python server.pyインストール
pip install -r requirements.txtプロジェクト構成
├── .github/
│ ├── ISSUE_TEMPLATE/
│ │ └── bug_report.md
│ ├── dependabot.yml
│ └── pull_request_template.md
├── docs/
│ ├── development.md
│ ├── roadmap.md
│ └── usage.md
├── .gitignore
├── CHANGELOG.md
├── CONTRIBUTING.md
├── requirements.txt
└── server.py開発
python -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
python -m pytest -q注記
ほぼ安定、エッジケースは残っています
ライセンス
MIT. ご自由にどうぞ。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityDmaintenanceA simple server for saving, listing, and searching notes persisted to a local JSON file. It enables users to manage their personal notes using natural language via the Model Context Protocol.3
- AlicenseNot gradedqualityAmaintenanceEnables AI assistants to search, read, create, update, and remove personal markdown notes stored locally, providing persistent memory across sessions.132MIT
- FlicenseNot gradedqualityCmaintenanceEnables Claude Desktop to create, read, list, and manage local notes stored on the computer using natural language requests.1
- FlicenseNot gradedqualityBmaintenanceEnables saving and searching local notes, with tools to list notes and search backup files.
Related MCP Connectors
Cross-session, cross-device memory for your agent: remember and recall notes. No key to start.
Search, read, and write your Apple Notes from ChatGPT/Claude via a local Mac agent + MCP relay.
Read and write your Fresh Jots notes from Claude, Cursor, and any MCP client.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/7Fernando750/my-mcp-server-app'
If you have feedback or need assistance with the MCP directory API, please join our Discord server