Skip to main content
Glama
DataCraftsmanAU

DataCraftsmanAU/vineverse-mcp

vineverse-mcp

CI

vineverse-mcp MCP server

호스팅되는 VineVerse MCP 서버로 연결하는 stdio 브리지입니다 — 성경을 지식 그래프로 제공합니다.

클라이언트가 streamable HTTP를 지원한다면 이 패키지가 필요 없습니다. 엔드포인트를 직접 지정하기만 하면 됩니다.

https://vineverse.bible/api/mcp

API 키도 계정도 필요 없습니다. 이 패키지는 로컬 프로세스만 실행할 수 있는 클라이언트를 위해 있으며, 해당 프로세스와 호스팅된 서버 사이에서 JSON-RPC 메시지를 전달하는 것 외에는 아무것도 하지 않습니다.

설치하기

// claude_desktop_config.json, or any client's equivalent
{
  "mcpServers": {
    "vineverse": {
      "command": "npx",
      "args": ["-y", "github:DataCraftsmanAU/vineverse-mcp"]
    }
  }
}

또는 Docker:

docker build -t vineverse-mcp .
docker run -i --rm vineverse-mcp

Node 20 이상이 필요합니다. 의존성은 없습니다.

Related MCP server: KARP Word Graph

그 뒤에 있는 것

공개 도메인의 성경과 공개적으로 라이선스된 학술 자료를 기반으로 만든, 변경할 수 없는 Open Knowledge Format 문서 12,761개 묶음입니다:

종류

내용

성경

Berean Standard Bible의 구절 31,102개, 장 1,189개, 권 66개

사람

기록된 친족 관계를 포함해 약 3,000명

장소

좌표를 포함해 약 1,300곳

주제

Nave's Topical Bible 출처를 포함해 약 3,000개

어휘 항목

Strong's Hebrew 항목 약 2,900개, 관소orrelation 정렬 포함

613가지 계명

이야기

Ussher의 연대기 기준으로 연대가 확인된 약 4.5천 epochs에 걸친 약 450개 사건

그래프

문서 간 연결점 90,564개 — 방향성이 있는 엣지 147,002개

출처와 해당 라이선스는 vineverse.bible/attribution에기재되어 있습니다. 이 저장소의 MIT 라이선스는 데이터 마루미가 아닌 브리지를 다룹니다.

도구

15개, 호스팅된 서버에서 그대로 제공됩니다 — 이 패키지는 아무것도 추가하거나 여과하지 않습니다.

도구

역할

search

모든 문서를 이름, 설명, 태그, 경로, 유형으로 검색합니다

search_scripture

전체 31,102개 구절을 대상으로 본문 검색합니다

get_passage

OSIS 참조번호로 절, 절 범위 또는 장 전체를 가져옵니다

get_interlinear

영어 아래에 있는 히브리어, 아람어, 그리스어를 단어 단위로 보여줍니다

find_cross_references

절 또는 장에 대한 상호 참조를 지원 응집 순으로 정렬해 반환합니다

get_entity

경로로 모든 문서를 가져옵니다 — people/moses, places/bethel-1, …

get_family

양쪽 부모, 뒤집어서 자녀, 형제자매, 배우자를 원하는깊이까지

find_places_near

반경 내 성경의장습니다 가까운 순으로, 단위는 km

get_connections

상호참조 코퍼러스의 형태 — 허브, 클러스터, 브릿지

get_graph_neighborhood

문서에서 N 홉 이내 모든 것을 각 엣지의 술어와 함께

list_documents

어떤콜랙션을탐색하거나 함께 페이지 처리

get_stats

각 컬렉션의 문서 수, 폴더, 예제 경로를 포함해

get_vocabulary

모든 타이핑된 엣지가 사용하는 닫힌 술어집합

get_tags

각 태그와 해당 태그를 지닌 문서 수

get_changelog

지식 베이스 자체 로그와 데이터가 수집된 시점

설정

VINEVERSE_MCP_URL

연결할 엔드포인트. 기본값 https://vineverse.bible/api/mcp

사이트의 로컬 checkout에 대해 실행할 때 유용합니다:

VINEVERSE_MCP_URL=http://localhost:3100/api/mcp node index.js

테스트

npm run build   # syntax check — there is nothing to compile
npm test

CI는 매 푸시와 매주 예약된 시간에 Node 20 및 24에서 실행됩니다. 예약된 실행은 의도적입니다. 테스트가 실제 엔드포인트와 통신하기 때문이지, 몇 달 동안 변경되지 않는 저장소의 녹색 배지는 여전히 서버가 오늘도 응답한다는 의미입니다.

build는 호스팅된 빌더(그 중이에서 Glama)가 무조건 installbuild를 실행하기 때문에 존재합니다. 빈 작업 대신 node --check를 실행합니다. 이것이 의존성이 없는 단일 파일이 가질 수 있는유일한 의미 있는 빌드 단계입니다.

테스트는 모듈을 임포트하지 않고 실제 자식 프로세스를 만든다. 확인하는네 가지 중 두 가지 — 알림이 응답을 만들지 않는다는 것과 응답을 잘라내지 않고 종료 코드 0으로 나간다는 것 — 은 프로세스의 속성이며, 함수의 속성이 아니기 때문입니다.

브리지를 실제 자식 프로세스로 실행하고 stdio로 제어합니다: initialize, notifications/initialized, tools/list, 그 다음에 John 3:16에 대한 get_passage 호출입니다. 실제 운영 중인 엔드포인트와 통신하므로, 실패 시 브리지 또는 호스팅된 서버 중 하나에 문제가 있다는 뜻입니다.

Install Server
A
license - permissive license
A
quality
B
maintenance

Maintenance

Maintainers
Response time
0dRelease cycle
3Releases (12mo)
Commit activity

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Provides comprehensive Biblical research tools including scripture lookup, interlinear Greek/Hebrew data, and Strong's concordance within a Protestant theological framework. It enables AI applications to perform full-text biblical searches, topical studies, and cross-referencing using authoritative theological data.
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables semantic search of the KJV Bible and personal knowledge graph for scripture study, notes, prayers, and memory verses, all running locally with no cloud dependencies.
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    Free, no-key MCP server for reading scripture from 35+ public-domain translations in 8 languages. Lets users fetch verses, chapters, and passages via natural language from any MCP client.
    7
    MIT

View all related MCP servers

Related MCP Connectors

  • Bible corpus MCP server: scripture, Greek/Hebrew interlinear data, cross-refs, semantic search.

  • AI-powered biblical research tools — lexicons, morphology, manuscripts, and more.

  • 162K English words, 74K lessons, knowledge graph, semantic reverse-dictionary search.

View all MCP Connectors

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/DataCraftsmanAU/vineverse-mcp'

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