Skip to main content
Glama

Confluence MCP Server

.eslintrc.json1.28 kB
{ "root": true, "parser": "@typescript-eslint/parser", "parserOptions": { "ecmaVersion": 2022, "sourceType": "module", "project": "./tsconfig.json" }, "plugins": [ "@typescript-eslint", "import" ], "extends": [ "eslint:recommended", "plugin:@typescript-eslint/recommended", "plugin:import/errors", "plugin:import/warnings", "plugin:import/typescript" ], "rules": { "@typescript-eslint/explicit-function-return-type": "off", "@typescript-eslint/no-explicit-any": "off", "@typescript-eslint/no-non-null-assertion": "off", "@typescript-eslint/no-unused-vars": ["warn", { "argsIgnorePattern": "^_" }], "import/order": [ "warn", { "groups": ["builtin", "external", "internal", ["parent", "sibling"], "index"], "newlines-between": "always", "alphabetize": { "order": "asc", "caseInsensitive": true } } ], "import/no-unresolved": "off", "no-console": ["warn", { "allow": ["error", "warn", "info"] }], "no-case-declarations": "warn" }, "env": { "node": true, "es6": true }, "ignorePatterns": ["build", "node_modules", "*.js"], "settings": { "import/resolver": { "node": { "extensions": [".ts", ".js"] } } } }

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/aaronsb/confluence-cloud-mcp'

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