Skip to main content
Glama

LlamaCloud MCP Server

by run-llama
package.json1.34 kB
{ "name": "@llamaindex/mcp-server-llamacloud", "version": "0.1.3", "description": "A MCP server connecting to a managed index on LlamaCloud", "license": "MIT", "author": "LlamaIndex Inc.", "bugs": "https://github.com/run-llama/mcp-server-llamacloud/issues", "type": "module", "bin": { "mcp-server-llamacloud": "./build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js", "format": "prettier --ignore-unknown --cache --check .", "format:write": "prettier --ignore-unknown --write .", "lint": "eslint . --ext .ts,.js,.mjs --fix", "release": "npm run build && changeset publish", "new-version": "changeset version && npm run format:write && npm run build" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.13.1", "llamaindex": "^0.11.9" }, "devDependencies": { "@changesets/cli": "^2.29.5", "@eslint/js": "^9.29.0", "@types/node": "^24.0.3", "eslint": "^9.29.0", "eslint-config-prettier": "^10.1.5", "globals": "^16.2.0", "prettier": "^3.6.0", "prettier-plugin-organize-imports": "^4.1.0", "typescript": "^5.8.3", "typescript-eslint": "^8.35.0" } }

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