Skip to main content
Glama

MCP Agent Social Media Server

.eslintrc.json1.49 kB
{ "env": { "es2021": true, "node": true }, "extends": [ "eslint:recommended", "plugin:@typescript-eslint/recommended", "plugin:import/errors", "plugin:import/warnings", "plugin:import/typescript" ], "parser": "@typescript-eslint/parser", "parserOptions": { "ecmaVersion": "latest", "sourceType": "module", "project": "./tsconfig.json" }, "plugins": ["@typescript-eslint", "import"], "rules": { "@typescript-eslint/explicit-function-return-type": "off", "@typescript-eslint/explicit-module-boundary-types": "off", "@typescript-eslint/no-explicit-any": "warn", "@typescript-eslint/no-unused-vars": ["error", { "argsIgnorePattern": "^_" }], "import/order": [ "error", { "groups": ["builtin", "external", "internal", "parent", "sibling", "index"], "newlines-between": "never" } ], "import/no-unresolved": "error", "import/extensions": [ "error", "ignorePackages", { "ts": "never", "tsx": "never" } ] }, "settings": { "import/resolver": { "typescript": { "alwaysTryTypes": true, "project": "./tsconfig.json" } } }, "ignorePatterns": ["dist/", "node_modules/", "*.js", "tests/", "**/*.test.ts"], "globals": { "jest": true, "describe": true, "it": true, "expect": true, "beforeEach": true, "afterEach": true, "beforeAll": true, "afterAll": 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/2389-research/mcp-socialmedia'

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