Skip to main content
Glama

LlamaCloud MCP Server

by run-llama
eslint.config.mjs572 B
// @ts-check import eslint from "@eslint/js"; import eslintConfigPrettier from "eslint-config-prettier"; import globals from "globals"; import tseslint from "typescript-eslint"; export default tseslint.config( eslint.configs.recommended, ...tseslint.configs.recommended, eslintConfigPrettier, { // Node.js specific language options languageOptions: { ecmaVersion: 2022, sourceType: "module", globals: { ...globals.node, }, }, }, { // Files to ignore ignores: ["**/build/**", "**/node_modules/**"], }, );

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/run-llama/mcp-server-llamacloud'

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