Skip to main content
Glama

Edit MCP

tsconfig.json791 B
{ "compilerOptions": { /* Language and Environment */ "target": "es2020", "lib": ["es2020", "dom"], /* Modules */ "module": "commonjs", "rootDir": "./src", "moduleResolution": "node", "baseUrl": "./", "paths": { "@/*": ["src/*"] }, "resolveJsonModule": true, /* Emit */ "outDir": "./dist", "sourceMap": true, /* Interop Constraints */ "esModuleInterop": true, "forceConsistentCasingInFileNames": true, /* Type Checking */ "strict": true, "noImplicitAny": true, "strictNullChecks": true, "noImplicitReturns": true, /* Completeness */ "skipLibCheck": true }, "include": ["src/**/*"], "exclude": ["node_modules", "dist"] }

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/mixelpixx/edit-mcp'

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