We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/base/base-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Source files (since we're publishing the compiled output)
src/
# Development files
.editorconfig
.gitignore
.yarnrc.yml
tsconfig.json
yarn.lock
node_modules/
# Environment and configuration files
.env
.env.*
claude_desktop_config.json
# Test files
test-mcp.js
# Misc
.DS_Store
.vscode/
.idea/
*.log