Skip to main content
Glama
moliver28

anythingllm-mcp

by moliver28

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-mcp

2. API 키 설정

AnythingLLM에서 API 키를 가져오세요: 설정 > 개발자 API

export ANYTHING_LLM_API_KEY="your-api-key-here"
export ANYTHING_LLM_BASE="http://localhost:3001/api/v1"  # optional, default

3. 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

Install Server
F
license - not found
C
quality
C
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/moliver28/anythingllm-mcp'

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