We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/suhail-ak-s/mcp-typesense-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Source
src/
# TypeScript config
tsconfig.json
# Tests
test/
*.test.js
*.spec.js
# Development tools
.eslintrc
.prettierrc
.editorconfig
.vscode/
.idea/
# Git
.git/
.gitignore
# CI/CD
.github/
.travis.yml
.gitlab-ci.yml
# Logs
logs/
*.log
npm-debug.log*
# Environment
.env
.env.*
# Misc
node_modules/
coverage/
.DS_Store