baihua-mcp-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@baihua-mcp-serverGive me a summary of our monthly budget."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
baihua-mcp-server
An MCP server for Baihua capabilities: exposing knowledge base search/note reading, family bookkeeping/tasks, and other read-only capabilities as standard
Model Context Protocol (stdio) tools to any MCP client
(Claude Desktop / Cursor / DeepSeek Harness's dsh-mcp-client, etc.).
About Baihua
Baihua is a home server for local/LAN use, providing a knowledge base (notes/full-text & semantic search/Anki cards), family data (bookkeeping/tasks/check-ins/achievements/medical records), AI inference (local OpenVINO/OVMS + cloud model routing + compute pool interconnection), and the bh operations CLI; the services are Baihua.Family(8788) · Baihua.AI(8791) · Baihua.Vault(8790) · Baihua.Web(5177).
Positioning: Baihua = capability provider, DSH (DeepSeek Harness) = orchestration and interaction surface. This repository is the standard channel from "Baihua → any MCP client"; sibling plugins within DSH:
baihua-dsh-plugin— Baihua Web → DSH bridge (agent sessions +bh_*operations + settings page status cards)baihua-local-ai-dsh-plugin— DSH → Baihua local AI (saves online tokens)hysteria-dsh-plugin— local Hysteria 2 proxy management
Related MCP server: okf-mcp-server
Capabilities provided
Tool | Description |
| Search the Baihua knowledge base (full-text/semantic), returning matching note snippets |
| List all knowledge bases (name/path/source) |
| Read a single note (full markdown) |
| Family bookkeeping summary (this month's income/expenses/balance/categories) |
| Family task/todo list (title/status/time) |
Running
npm install
node src/index.jsConnection targets are configured via environment variables (defaults to local loopback; for k8s/container deployments, fill in the ClusterIP):
Environment variable | Default value | Description |
|
| Baihua Vault (knowledge base search/notes) |
|
| Baihua Family (bookkeeping/tasks) |
Connecting to MCP clients
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'After connecting, tool names within DSH carry the mcp__baihua__ prefix (e.g., mcp__baihua__baihua_vault_search).
Other MCP clients (Claude Desktop / Cursor, etc.)
Point the client's MCP server configuration to node /path/to/baihua-mcp-server/src/index.js (stdio).
Security
All tools are read-only: nothing is written, executed, or started/stopped.
Defaults to the local loopback address; before exposing to a LAN/public network, make sure the Baihua admin API has restricted access via
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