We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Probably-Computers/obsidian-palace-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Dependencies
node_modules/
# Build output
dist/
build/
out/
# TypeScript cache
*.tsbuildinfo
# Test coverage
coverage/
.nyc_output/
# IDE and editors
.idea/
.vscode/
*.swp
*.swo
*~
.project
.classpath
.settings/
# OS files
.DS_Store
Thumbs.db
ehthumbs.db
Desktop.ini
# Environment and secrets
.env
.env.local
.env.*.local
.envrc
*.pem
*.key
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Runtime data
pids/
*.pid
*.seed
*.pid.lock
# Package manager locks (keep one, ignore others if not used)
# Uncomment the ones you don't use:
# package-lock.json
# yarn.lock
# pnpm-lock.yaml
# Optional npm cache
.npm/
# Optional eslint cache
.eslintcache
# Optional prettier cache
.prettiercache
# Temporary files
tmp/
temp/
*.tmp
*.temp
# SQLite databases (local development)
*.sqlite
*.sqlite3
*.db
# Palace-specific
.palace/
# MCP Inspector artifacts
.mcp-inspector/