We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AustinKelsay/nostr-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Source files
*.ts
!*.d.ts
# Test files
__tests__/
*.test.ts
*.test.js
jest.config.cjs
jest.setup.js
tsconfig.jest.json
# Development files
.github/
_docs/
prompts/
src/
claude_desktop_config.sample.json
CLAUDE.md
RELEASE.md
# Config files
tsconfig.json
.gitignore
.git/
# Utils test helpers
utils/test-helpers.js
utils/nip-test-helpers.js
utils/zap-test-helpers.js
utils/ephemeral-relay.ts
# Build artifacts
*.tsbuildinfo
# Logs
*.log
npm-debug.log*
# OS files
.DS_Store
Thumbs.db
# Editor files
.vscode/
.idea/
*.swp
*.swo
# Keep built files
!build/