baihua-mcp-server
baihua-mcp-server
百花(Baihua) 기능의 MCP server: 지식 베이스 검색/노트 읽기, 가계부/작업 등의 읽기 전용 기능을 표준
Model Context Protocol(stdio) 도구로 모든 MCP 클라이언트
(Claude Desktop / Cursor / DeepSeek Harness의 dsh-mcp-client 등)에 노출합니다.
百花(Baihua) 소개
百花는 로컬/랜 환경을 위한 가정용 서버로, 지식 베이스(노트/전문·의미 검색/Anki 카드), 가정 데이터(가계부/작업/체크인/업적/진료 기록), AI 추론(로컬 OpenVINO/OVMS + 클라우드 모델 라우팅 + 컴퓨팅 풀 연동) 및 bh 운영 CLI를 제공합니다. 서비스 구성: Baihua.Family(8788) · Baihua.AI(8791) · Baihua.Vault(8790) · Baihua.Web(5177).
위치: 百花 = 기능 제공자, DSH(DeepSeek Harness) = 오케스트레이션 및 상호작용 계층. 이 저장소는 '百花 → 모든 MCP 클라이언트'의 표준 채널입니다. DSH 내 동일 계열 플러그인:
baihua-dsh-plugin— 百花 Web → DSH 브리지(agent 세션 +bh_*운영 + 설정 페이지 상태 카드)baihua-local-ai-dsh-plugin— DSH → 百花 로컬 AI(온라인 토큰 절약)hysteria-dsh-plugin— 로컬 Hysteria 2 프록시 관리
Related MCP server: okf-mcp-server
제공 기능
도구 | 설명 |
| 百花 지식 베이스 검색(전문/의미), 일치하는 노트 조각 반환 |
| 전체 지식 베이스 목록(이름/경로/출처) |
| 노트 하나 읽기(markdown 전문) |
| 가계부 요약(이번 달 수입/지출/잔액/분류) |
| 가정 작업/할 일 목록(제목/상태/시간) |
실행
npm install
node src/index.js연결 대상은 환경 변수로 구성합니다(기본 로컬 루프백, k8s/컨테이너 배포 시 ClusterIP 입력):
환경 변수 | 기본값 | 설명 |
|
| 百花 Vault(지식 베이스 검색/노트) |
|
| 百花 Family(가계부/작업) |
MCP 클라이언트 연동
DeepSeek Harness(dsh-mcp-client)
# ~/.dsh/profiles/web/cordis.patch.yml → insert 列表
- id: dsh-mcp-client
name: '@deepseek-ai/dsh-mcp-client'
config:
servers:
baihua:
command: node
args: ['/path/to/baihua-mcp-server/src/index.js']
env:
BAIHUA_VAULT_URL: 'http://127.0.0.1:8790'
BAIHUA_FAMILY_URL: 'http://127.0.0.1:8788'연결 후 DSH 내 도구 이름에 mcp__baihua__ 접두사가 붙습니다(예: mcp__baihua__baihua_vault_search).
기타 MCP 클라이언트(Claude Desktop / Cursor 등)
클라이언트의 MCP server 구성 방식에 따라 node /path/to/baihua-mcp-server/src/index.js(stdio)를 가리키면 됩니다.
보안
모든 도구는 읽기 전용: 아무것도 쓰지 않고, 실행하지 않으며, 시작/중지하지 않습니다.
기본적으로 로컬 루프백 주소를 가리킵니다. LAN/공개 네트워크에 노출하기 전에 百花 관리 API가
BAIHUA_ADMIN_ALLOWED_NETS에 따라 접근 범위를 제한했는지 확인하세요.
License
MIT
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.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA read-only MCP server that connects to Interactive Brokers Gateway or TWS to expose account, contract, execution, and historical-data queries over stdio.9MIT
- FlicenseNot gradedqualityBmaintenanceReusable, read-only MCP server that exposes a repo's knowledge files (backlog docs, decisions, design notes) as MCP resources over stdio.
- AlicenseNot gradedqualityCmaintenanceActs as a stdio-to-HTTP proxy for Modus Brain, enabling MCP-compatible AI clients to access an organization's knowledge base in ModusOp.37Cryptographic Autonomy 1.0 (Combined Work Exception)
- AlicenseNot gradedqualityAmaintenanceSearch and read locally-recorded meeting transcripts over stdio. Read-only, no network. Exposes list_sessions, get_session, and search_transcripts to any MCP client.6MIT
Related MCP Connectors
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
Read-only MCP server for ClassQuill, a tutoring-business-management platform.
Search your AI chat history (ChatGPT, Claude, Codex) from any MCP client. Remote, private, read-only
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/luminsw/baihua-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server