Skip to main content
Glama

mcp-snippetbox

새 도구의 기반으로 사용하는 MCP 서버 템플릿

주말 해킹으로 시작했는데, 점점 정이 들었다.

주요 기능

  • 세 가지 도구: 메모용 add / get / list

  • Claude Desktop 설정 스니펫 포함

  • 상태는 홈 디렉터리의 JSON 파일에 저장됨

  • FastMCP 스타일: 데코레이터, 보일러플레이트 없음

Related MCP server: mcp-server-sample

설치

pip install -r requirements.txt

사용법

# claude_desktop_config.json
# {
#   "mcpServers": {
#     "notes-box": {"command": "python", "args": ["server.py"]}
#   }
# }
python server.py

프로젝트 구조

├── .github/
│   ├── ISSUE_TEMPLATE/
│   │   └── bug_report.md
│   └── dependabot.yml
├── docs/
│   ├── configuration.md
│   ├── development.md
│   ├── roadmap.md
│   └── usage.md
├── examples/
│   └── quickstart.md
├── tests/
│   └── test_smoke.py
├── .editorconfig
├── .gitignore
├── CHANGELOG.md
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md
├── LICENSE
├── SECURITY.md
├── requirements.txt
└── server.py

개발

python -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
python -m pytest -q

변경 로그

  • 0.1.1 - 인자 파싱의 엣지 케이스 수정

  • 0.1.0 - 최초 동작 버전

라이선스

MIT 라이선스입니다. LICENSE를 참조하세요.

Maintenance

ActivityMaintained
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

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/EatCodeSleepRepeatteg/mcp-snippetbox'

If you have feedback or need assistance with the MCP directory API, please join our Discord server