Skip to main content
Glama

Secure MCP Server

.eslintrc.json921 B
{ "parser": "@typescript-eslint/parser", "parserOptions": { "ecmaVersion": 2022, "sourceType": "module" }, "plugins": ["@typescript-eslint"], "extends": [ "eslint:recommended", "plugin:@typescript-eslint/recommended" ], "rules": { "@typescript-eslint/no-explicit-any": "off", "@typescript-eslint/no-unused-vars": "warn", "@typescript-eslint/no-namespace": "warn", "@typescript-eslint/no-var-requires": "warn", "no-console": "off", "no-debugger": "warn", "no-eval": "warn", "no-implied-eval": "warn", "no-new-func": "warn", "no-script-url": "warn", "no-with": "warn", "no-useless-catch": "warn", "no-control-regex": "warn", "no-useless-escape": "warn", "prefer-const": "warn", "no-var": "warn" }, "ignorePatterns": ["dist/", "node_modules/", "*.d.ts"], "env": { "node": true, "es2022": true, "jest": true } }

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/perfecxion-ai/secure-mcp'

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