LlamaCloud MCP Server
LlamaCloud MCP 서버
LlamaCloud 의 여러 관리형 인덱스에 연결하는 MCP 서버
이는 LlamaCloud의 특정 관리형 인덱스에 연결된 여러 도구를 생성하는 TypeScript 기반 MCP 서버입니다. 각 도구는 명령줄 인수를 통해 정의됩니다.
특징
도구
정의한 각 인덱스에 대해 별도의 도구를 생성합니다.
각 도구는 특정 인덱스를 검색하기 위한
query매개변수를 제공합니다.인덱스 이름을 기반으로
get_information_index_name과 같은 도구 이름을 자동 생성합니다.
Related MCP server: Just Prompt
설치
MCP 클라이언트(예: Claude Desktop, Windsurf 또는 Cursor)와 함께 사용하려면 다음 구성을 MCP 클라이언트 구성에 추가하세요.
지엑스피1
Claude의 경우 MCP 구성은 다음 위치에서 찾을 수 있습니다.
MacOS의 경우:
~/Library/Application Support/Claude/claude_desktop_config.jsonWindows의 경우:
%APPDATA%/Claude/claude_desktop_config.json
도구 정의 형식
MCP 구성의 args 배열에서 --index 및 --description 인수 쌍을 제공하여 여러 도구를 정의할 수 있습니다. 각 쌍은 새 도구를 정의합니다.
예를 들어:
--index "10k-SEC-Tesla" --description "10k SEC documents from 2023 for Tesla"MCP 서버에 10k-SEC-Tesla LlamaCloud 인덱스에 대한 도구를 추가합니다.
개발
종속성 설치:
npm install서버를 빌드하세요:
npm run build자동 재빌드를 사용한 개발의 경우:
npm run watch개발 버전을 사용하려면 MCP 구성에서 npx @llamaindex/mcp-server-llamacloud node ./build/index.js 로 바꾸세요.
디버깅
MCP 서버는 stdio를 통해 통신하므로 디버깅이 어려울 수 있습니다. 패키지 스크립트로 제공되는 MCP Inspector를 사용하는 것이 좋습니다.
npm run inspector검사기는 브라우저에서 디버깅 도구에 액세스할 수 있는 URL을 제공합니다.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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