We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/halilural/electron-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Source files (only publish dist)
src/
tsconfig.json
vitest.config.ts
# Development files
.vscode/
test/
example-app
example-app-2
tools/
# Test and debug files
test-*.js
*-test.js
*-debug.js
# CI/CD
.github/
# IDE
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Logs
*.log
npm-debug.log*
# Dependencies
node_modules/
# Coverage
coverage/