Skip to main content
Glama
deno.json883 B
{ "workspace": [], "compilerOptions": { "lib": ["deno.window"], "strict": true }, "lint": { "include": ["src/", "tests/"], "rules": { "tags": ["recommended"] } }, "fmt": { "include": ["src/", "tests/", "deno.json"], "useTabs": false, "lineWidth": 100, "indentWidth": 2, "semiColons": true, "singleQuote": true, "proseWrap": "preserve" }, "test": { "include": ["tests/"] }, "tasks": { "test": "deno test --allow-env --allow-net --allow-read", "test:watch": "deno test --allow-env --allow-net --allow-read --watch", "debug": "deno run --allow-env --allow-net --allow-read debug-api.ts", "format": "deno fmt", "lint": "deno lint" }, "imports": { "@/": "./src/", "@tests/": "./tests/", "std/": "https://deno.land/std@0.220.1/", "@std/assert": "jsr:@std/assert@1" } }

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/systeminit/si'

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