anythingllm-mcp
AnythingLLM MCP 서버
올인원 AI 문서 채팅 플랫폼인 AnythingLLM을 위한 완전한 MCP(Model Context Protocol) 서버입니다.
기능
사람의 개입이 전혀 필요 없습니다. API 키만 설정하면 바로 사용할 수 있습니다.
도구 (총 15개)
시스템
check_token- API 토큰 유효성 검사generate_api_key- 새 API 키 생성 (관리자)
워크스페이스
list_workspaces- 모든 워크스페이스 목록 조회get_workspace- 워크스페이스 세부 정보 조회create_workspace- 새 워크스페이스 생성update_workspace- 워크스페이스 설정 업데이트delete_workspace- 워크스페이스 삭제
채팅
chat- 채팅 메시지 전송 (채팅/쿼리 모드)stream_chat- 채팅 응답 스트리밍
문서
upload_document- 워크스페이스에 문서 업로드update_embeddings- 워크스페이스 임베딩 관리list_workspace_documents- 워크스페이스 문서 목록 조회
스레드
list_threads- 워크스페이스 스레드 목록 조회get_thread- 스레드 세부 정보 조회delete_thread- 스레드 삭제
시스템 및 호환성
get_system_env- 시스템 구성 조회openai_chat_completion- OpenAI 호환 엔드포인트
빠른 시작
1. 설치
npm install -g anythingllm-mcp2. API 키 설정
AnythingLLM에서 API 키를 가져오세요: 설정 > 개발자 API
export ANYTHING_LLM_API_KEY="your-api-key-here"
export ANYTHING_LLM_BASE="http://localhost:3001/api/v1" # optional, default3. OpenCode에 추가
opencode.json에 추가하세요:
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"anythingllm": {
"type": "local",
"command": ["anythingllm-mcp"],
"environment": {
"ANYTHING_LLM_API_KEY": "your-api-key-here",
"ANYTHING_LLM_BASE": "http://localhost:3001/api/v1"
},
"enabled": true
}
}
}4. 모든 세션에서 사용
이제 도구를 사용할 수 있습니다. 예시:
> Use the chat tool to ask AnythingLLM about my documents개발
git clone https://github.com/moliv/anythingllm-mcp.git
cd anythingllm-mcp
npm install
npm run build요구 사항
AnythingLLM 실행 중 (로컬 또는 원격)
AnythingLLM에서 발급받은 유효한 API 키
Node.js 18 이상
라이선스
MIT
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/moliver28/anythingllm-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server