Skip to main content
Glama

MCP Quoting System

by r-long
.gitignore1.01 kB
# Dependencies node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log* package-lock.json # Build output dist/ build/ out/ # Environment variables - CRITICAL: NEVER COMMIT! .env .env.local .env.development.local .env.test.local .env.production.local .env.*.local # Database files (keep local data private) data/*.json !data/sample-quotes.json *.sqlite *.db # Logs logs/ *.log npm-debug.log* server.log # OS files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db desktop.ini # IDE / Editor .vscode/ !.vscode/extensions.json !.vscode/settings.json .idea/ *.swp *.swo *.swn *~ .project .classpath .settings/ # Uploads (user-uploaded files) uploads/ temp/ tmp/ # Prisma .env prisma/.env migrations/ # Testing coverage/ .nyc_output/ .jest/ # Cache .cache/ .parcel-cache/ .next/ .nuxt/ # Misc *.pid *.seed *.pid.lock .npm .eslintcache .node_repl_history # TypeScript *.tsbuildinfo # Optional: Keep these if you want to track them # Uncomment to ignore: # CHANGELOG.md # TODO.md

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/r-long/mcp-quoting-system'

If you have feedback or need assistance with the MCP directory API, please join our Discord server