Skip to main content
Glama
7Fernando750

notes-box

by 7Fernando750

my-mcp-server-app

MCP 학습: 세 가지 도구를 갖춘 작은 메모 서버

기능

  • Claude Desktop 구성 스니펫 포함

  • 세 가지 도구: 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. 원하는 대로 사용하세요.

F
license - not found
Not graded
quality - not tested
A
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

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

  • F
    license
    B
    quality
    D
    maintenance
    A 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
  • A
    license
    Not graded
    quality
    A
    maintenance
    Enables AI assistants to search, read, create, update, and remove personal markdown notes stored locally, providing persistent memory across sessions.
    13
    2
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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