We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/VeriTeknik/pluggedin-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Git files
.git
.gitignore
# Node modules
node_modules
# Build artifacts (if building outside Docker first)
dist
# Keep dist if using multi-stage build where source is copied first
# Source files are needed for the build step inside Docker
# src
# Test files
tests/
*.test.ts
*.spec.ts
vitest.config.ts
jest.config.js
# Configuration files
# tsconfig.json is needed for the build step inside Docker
# tsconfig.json
.env*
# package-lock.json # Keep for npm ci in Dockerfile
yarn.lock
.clinerules
# Docker files themselves
Dockerfile
docker-compose.yml
# Other development files
README.md
LICENSE
.npmignore