We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tannerpace/mcp-oracle-database'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Source files
src/
tsconfig.json
# Development files
.env
.env.example
*.log
logs/
# VS Code
.vscode/
# Git
.git/
.gitignore
# Documentation (keep README.md)
docs/
PLAN.md
TESTING.md
# Test files
src/client.ts
src/test-*.ts
*.test.ts
*.spec.ts
# Build artifacts
node_modules/
.DS_Store