Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
LlamaCloud MCP Server
Claim
Official
by
run-llama
npm
GitHub
Cloud Platforms
Databases
JavaScript
MIT License
47
42
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
mcp-server-llamacloud
.changeset
.github
src
CHANGELOG.md
eslint.config.mjs
.gitignore
LICENSE
.npmrc
package.json
package-lock.json
prettier.config.mjs
.prettierignore
README.md
tsconfig.json
{ "name": "@llamaindex/mcp-server-llamacloud", "version": "0.1.1", "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.7.0", "llamaindex": "^0.9.11" }, "devDependencies": { "@changesets/cli": "^2.28.1", "@eslint/js": "^9.22.0", "@types/node": "^22.9.3", "eslint": "^9.22.0", "eslint-config-prettier": "^9.1.0", "globals": "^15.12.0", "prettier": "^3.4.2", "prettier-plugin-organize-imports": "^4.1.0", "typescript": "^5.6.2", "typescript-eslint": "^8.18.0" } }