Skip to main content
Glama

Tembo MCP Server

Official
by tembo-io
eslint.config.js653 B
import eslint from "@eslint/js"; import tseslint from "typescript-eslint"; export default tseslint.config( { ignores: ["lib", "node_modules", "pnpm-lock.yaml"] }, { linterOptions: { reportUnusedDisableDirectives: "error" } }, eslint.configs.recommended, { extends: [ tseslint.configs.strictTypeChecked, tseslint.configs.stylisticTypeChecked, ], files: ["**/*.js", "**/*.ts"], languageOptions: { parserOptions: { projectService: { allowDefaultProject: ["*.config.*s"] }, tsconfigRootDir: import.meta.dirname, }, }, rules: { "@typescript-eslint/no-non-null-assertion": "off", "require-await": "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/tembo-io/mcp-server-tembo'

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