We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Tommertom/plugwise-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Source files (only ship compiled build/)
src/
scripts/
docs/
# Development files
.env
.env.*
*.log
*.tsbuildinfo
# Test files
tests/
*.test.ts
*.spec.ts
# IDE
.vscode/
.cursor/
.idea/
# Git
.git/
.gitignore
# Documentation that's not needed in package
docs/
*.md
!README.md
# Config files
tsconfig.json
.editorconfig
.prettierrc
.eslintrc*
# Scripts
scripts/
# OS files
.DS_Store
Thumbs.db