Skip to main content
Glama

Analytical MCP Server

.eslintrc.json888 B
{ "root": true, "parser": "@typescript-eslint/parser", "plugins": [ "@typescript-eslint", "prettier" ], "extends": [ "eslint:recommended", "plugin:@typescript-eslint/recommended", "prettier" ], "rules": { "prettier/prettier": "error", "@typescript-eslint/explicit-function-return-type": "error", "@typescript-eslint/no-explicit-any": "warn", "no-console": "warn", "complexity": ["warn", { "max": 10 }], "max-lines-per-function": ["warn", { "max": 50, "skipBlankLines": true }] }, "env": { "node": true, "es2021": true }, "parserOptions": { "ecmaVersion": "latest", "sourceType": "module" }, "overrides": [ { "files": ["build/**/*.js"], "rules": { "@typescript-eslint/no-explicit-any": "off", "@typescript-eslint/explicit-function-return-type": "off" } } ] }

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/quanticsoul4772/analytical-mcp'

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