We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/systempromptio/systemprompt-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Dependencies
node_modules/
**/node_modules/
# Environment files
.env
.env.*
!.env.example
# Build artifacts (we'll build inside Docker)
build/
dist/
*.tsbuildinfo
# Development files
.git/
.gitignore
.github/
*.md
!README.md
!LICENSE
# IDE
.vscode/
.idea/
*.swp
*.swo
# Testing
coverage/
.nyc_output/
e2e-test/
# Logs
*.log
npm-debug.log*
yarn-debug.log*
# OS files
.DS_Store
Thumbs.db
# Temporary files
*.tmp
*.temp
output/
agent/