Skip to main content
Glama

greptile-mcp

.eslintrc.json568 B
{ "root": true, "parser": "@typescript-eslint/parser", "parserOptions": { "ecmaVersion": 2022, "sourceType": "module", "project": "./tsconfig.json" }, "plugins": ["@typescript-eslint", "prettier"], "extends": [ "eslint:recommended", "prettier" ], "rules": { "prettier/prettier": "error", "no-unused-vars": "off", "no-console": ["warn", { "allow": ["warn", "error"] }], "prefer-const": "error" }, "env": { "node": true, "es2022": true }, "ignorePatterns": ["dist/", "node_modules/", "*.js", "*.cjs"] }

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/sosacrazy126/greptile-mcp'

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