We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/blueman82/meta-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.vscode/**
.git/**
.github/**
**/*.ts
**/*.map
node_modules/**
.gitignore
src/**
tsconfig.json
.DS_Store
**/.DS_Store
out/**
webpack.config.js
.env
coverage/**
**/__tests__/**
**/test/**
*.test.js
*.test.ts
logs/**