Skip to main content
Glama
.npmignore1.71 kB
# Dependencies (should never be published) node_modules/ # Development and testing files tests/ coverage/ .nyc_output/ *.test.js *.test.ts jest.*.config.json tsconfig.json tsconfig.build.json eslint.config.js # Source files (dist/ is included) src/ # Scripts not needed in package scripts/ *.sh # Documentation files that are not needed in package *.md !README.md !LICENSE !CHANGELOG.md # Configuration files .env .env.local .env.*.local mcp-wordpress.config.json !mcp-wordpress.config.json.example # Git and CI/CD .git/ .github/ .gitignore .gitattributes # IDE and editor files .vscode/ .idea/ *.swp *.swo *~ .DS_Store # Build artifacts not needed *.log npm-debug.log* yarn-debug.log* yarn-error.log* # Temporary files tmp/ temp/ *.tmp # OS files Thumbs.db # Development files .eslintrc* .prettierrc* .editorconfig # NPM files .npmrc .npmrc.local .audit-ci.json package-lock.json.backup yarn.lock # Security and secrets *.pem *.key *.cert *.crt *.p12 .secrets/ secrets/ credentials/ auth/ *.credentials *.token # Logs and debug files logs/ *.log npm-debug.log* yarn-debug.log* yarn-error.log* lerna-debug.log* *.log.* debug/ *.debug # Test results and reports test-results/ test-reports/ junit.xml test-output/ *.tap *.test-results.json # CI/CD and automation .travis.yml .circleci/ .gitlab-ci.yml .drone.yml appveyor.yml .buildkite/ .codeship/ .semaphore/ azure-pipelines.yml bitbucket-pipelines.yml wercker.yml # Other unnecessary files TODO.md REFACTORING.md BAUPLAN.md BLUEPRINT.md MIGRATION_GUIDE.md IMPLEMENTATION_COMPLETE.md CLAUDE_DESKTOP_SETUP.md COMMUNITY_ANNOUNCEMENT_*.md RELEASE_NOTES_*.md NPM_AUTH_SETUP.md MAINTENANCE.md GITHUB_ACTIONS_SETUP.md private-*.md *.bak *.backup *.old

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/docdyhr/mcp-wordpress'

If you have feedback or need assistance with the MCP directory API, please join our Discord server