notes-box
mcp-notes-server
Claude Desktop에 내 메모를 노출하는 작은 MCP 서버
사용 방법
# claude_desktop_config.json
# {
# "mcpServers": {
# "notes-box": {"command": "python", "args": ["server.py"]}
# }
# }
python server.pyRelated MCP server: notlai-mcp
설치
pip install -r requirements.txt기능
상태는 홈 디렉토리의 JSON 파일에 저장됩니다
세 가지 도구: 메모 추가 / 조회 / 목록
FastMCP 스타일: 데코레이터, 보일러플레이트 없음
Claude Desktop 구성 스니펫 포함
프로젝트 구조
├── docs/
│ ├── configuration.md
│ ├── development.md
│ ├── faq.md
│ ├── roadmap.md
│ └── usage.md
├── examples/
│ └── quickstart.md
├── tests/
│ └── test_smoke.py
├── .editorconfig
├── .gitignore
├── CHANGELOG.md
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md
├── LICENSE
├── Makefile
├── requirements.txt
└── server.py개발
python -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
python -m pytest -q알려진 이슈
아직 보고된 것 없음 (놀랍게도)
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
- FlicenseNot gradedqualityCmaintenanceEnables users to create and manage notes through Claude Desktop using MCP tools.
- AlicenseAqualityAmaintenanceEnables access to Notlai notes from Claude Desktop via the Model Context Protocol, supporting login, authentication management, and note operations.2137MIT
- FlicenseNot gradedqualityCmaintenanceEnables Claude Desktop to create, read, list, and manage local notes stored on the computer using natural language requests.1
- FlicenseNot gradedqualityAmaintenanceEnables adding, retrieving, and listing notes with state persisted to a local JSON file.
Related MCP Connectors
Search, read, and write your Apple Notes from ChatGPT/Claude via a local Mac agent + MCP relay.
Cross-session, cross-device memory for your agent: remember and recall notes. No key to start.
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/MartaVtechzgr/mcp-notes-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server