Skip to main content
Glama
project-commands.json402 B
{ "default": { "install": "npm install", "run": "npm start", "test": "npm test", "build": "npm run build" }, "my-bun-project": { "install": "bun install", "run": "bun run dev", "test": "bun test", "build": "bun run build" }, "python-api": { "install": "pip install -r requirements.txt", "run": "uvicorn app:app --reload", "test": "pytest -q" } }

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/mr-wolf-gb/smart-shell-mcp'

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