Skip to main content
Glama

Socket MCP Server

by SocketDev
tsconfig.json1.11 kB
{ "$schema": "https://json.schemastore.org/tsconfig", "compilerOptions": { "module": "nodenext", "moduleResolution": "NodeNext", "strict": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "lib": ["es2024"], "target": "es2024", "removeComments": true, "stripInternal": true, "allowJs": true, "checkJs": true, "noEmit": true, "resolveJsonModule": true, "exactOptionalPropertyTypes": true, "noFallthroughCasesInSwitch": true, "noImplicitOverride": true, "noPropertyAccessFromIndexSignature": true, "noUncheckedIndexedAccess": true, "noUncheckedSideEffectImports": true, "forceConsistentCasingInFileNames": true, "noImplicitReturns": false, "noUnusedLocals": true, "noUnusedParameters": true, "skipLibCheck": true, "erasableSyntaxOnly": true, "allowImportingTsExtensions": true, "rewriteRelativeImportExtensions": true, "verbatimModuleSyntax": true }, "include": [ "**/*" ], "exclude": [ "**/*.js", "node_modules", "coverage", ".github" ] }

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/SocketDev/socket-mcp'

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