We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/OctoMind-dev/octomind-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Source files
src/
tests/
# Development files
.github/
.vscode/
.eslintrc.js
.eslintignore
.prettierrc
.prettierignore
jest.config.ts
tsconfig.json
tsconfig.build.json
# Build artifacts
*.tsbuildinfo
.nyc_output/
coverage/
# Git files
.git/
.gitignore
# Docker and Kubernetes files
Dockerfile*
k8s/
# Misc
node_modules/
.env
.env.*
*.log