Skip to main content
Glama
.gitignore662 B
# Dependencies node_modules/ # Build outputs dist/ build/ *.tsbuildinfo # SQLite databases *.db *.sqlite *.sqlite3 # Test coverage coverage/ .nyc_output/ # Environment files .env .env.local .env.*.local # IDE .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store Thumbs.db # Logs logs/ *.log npm-debug.log* yarn-debug.log* yarn-error.log* # Temporary files tmp/ temp/ # Binaries and build artifacts bin/ *.exe rpg-mcp-* # Test debug files *_debug.txt *_errors.txt *_output.txt tsc_errors.txt build_errors.txt # Reference materials (keep docs, ignore cloned repos) reference/azgaar/ # Developer-only agent orchestration docs (not for version control) Agents/

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/Mnehmos/rpg-mcp'

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