We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/egarcia74/warp-sql-server-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Development and testing files
test/
coverage/
coverage-report.json
docs-data/
.vitest/
.nyc_output/
vitest.config.js
# Development scripts and tools
scripts/
hooks/
install-git-hooks.sh
# GitHub workflows and config files
.github/
.audit-ci.json
.markdown-link-check.json
.markdownlint-cli2.yaml
.markdownlint.json
.markdownlintignore
# Environment and backup files
.env
.env.backup
.env.example
index.js.backup
*.backup
# Development documentation
MANIFESTO.md
PRODUCT-BACKLOG.md
WARP.md
# Documentation moved to docs/ directory (excluded by default)
# docs/ directory contains non-essential documentation for npm package
# Development tools config
.prettierignore
.prettierrc
eslint.config.js
cspell.json
# Config files for specific setups
mcp-server-config.json
warp-mcp-config.json
# Keep only essential documentation
# README.md (included by default)
# CHANGELOG.md (included by default)
# LICENSE (included by default)
# CONTRIBUTING.md (included by default)
# docs/ directory is excluded - contains comprehensive documentation
# but not needed for npm package installation