We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/TeamSparkAI/mcpGraph'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Source files (only dist is published)
src/
tests/
docs/
# Development files
tsconfig.json
.gitignore
.npmignore
# Build artifacts that shouldn't be published
*.tsbuildinfo
# Development dependencies
node_modules/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Environment variables
.env
.env.local