Skip to main content
Glama
devcontainer.json580 B
{ "name": "mcp-summarizer Codespace", "image": "mcr.microsoft.com/devcontainers/javascript-node:20", "features": { "ghcr.io/devcontainers/features/node:1": { "version": "lts", "pnpm": "latest" } }, "postCreateCommand": "pnpm install", "postAttachCommand": "pnpm run build", "customizations": { "vscode": { "extensions": [ "dbaeumer.vscode-typescript", "esbenp.prettier-vscode" ], "settings": { "typescript.tsdk": "node_modules/typescript/lib", "editor.formatOnSave": true } } } }

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/ishuru/open-mcp'

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