We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/rad-security/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Source
src/
# Tests
**/*.test.ts
**/*.spec.ts
jest.config.js
# Development configs
.eslintrc.json
.eslintignore
.prettierrc
.prettierignore
tsconfig.json
.github/
# Git
.git/
.gitignore
# IDE
.vscode/
.idea/
# Logs
*.log
npm-debug.log*
# Dependencies
node_modules/
# Environment
.env
.env.*
# Misc
.DS_Store
coverage/
tmp/
*.tgz