Skip to main content
Glama

Context Pods

by conorluddy
.eslintrc.jsonโ€ข734 B
{ "extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended"], "parser": "@typescript-eslint/parser", "plugins": ["@typescript-eslint"], "parserOptions": { "ecmaVersion": 2022, "sourceType": "module" }, "ignorePatterns": ["dist/**/*", "*.config.*", "**/*.d.ts", "**/*.js", "**/*.map"], "rules": { "@typescript-eslint/explicit-function-return-type": "error", "@typescript-eslint/no-explicit-any": "off", "@typescript-eslint/no-unused-vars": ["error", { "argsIgnorePattern": "^_" }], "@typescript-eslint/consistent-type-imports": ["error", { "prefer": "type-imports" }], "@typescript-eslint/require-await": "off", "no-console": ["warn", { "allow": ["warn", "error"] }] } }

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/conorluddy/ContextPods'

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