Skip to main content
Glama

Saju Fortune-Telling MCP Server

by hjsh200219
.dockerignore630 B
# Node modules (재설치) node_modules/ npm-debug.log # 빌드 결과물 (Docker에서 다시 빌드) dist/ # 테스트 **/__tests__/ **/*.test.ts **/*.spec.ts jest.config.js coverage/ # 개발 도구 (tsconfig.json은 빌드에 필요하므로 유지) .eslintrc.* .prettierrc # Git .git/ .gitignore .gitattributes # IDE .vscode/ .idea/ *.swp *.swo *~ # 문서 (배포용 제외) docs/ examples/ *.md !README.md # 환경 파일 .env .env.* # 로그 *.log # OS .DS_Store Thumbs.db # 빌드 캐시 .cache/ .temp/ .tmp/ # Claude 설정 .claude/ CLAUDE.md # 배포 관련 PUBLISHING.md DEPLOYMENT_CHECKLIST.md install.sh

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/hjsh200219/fortuneteller'

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