baihua-mcp-server
baihua-mcp-server
Ein MCP-Server für die Fähigkeiten von 百花 (Baihua): Er stellt schreibgeschützte Funktionen wie Wissensdatenbank-Suche/Notizen lesen, Haushaltsbuch/Aufgaben als standardmäßige Model Context Protocol (stdio)-Tools für beliebige MCP-Clients bereit (Claude Desktop / Cursor / dsh-mcp-client von DeepSeek Harness usw.).
Über 百花 (Baihua)
百花 ist ein Haushalts-Server für lokale/LAN-Umgebungen und bietet eine Wissensdatenbank (Notizen/Volltext- und semantische Suche/Anki-Karten), Haushaltsdaten (Haushaltsbuch/Aufgaben/Check-ins/Errungenschaften/Krankenakte), KI-Inferenz (lokales OpenVINO/OVMS + Cloud-Modell-Routing + Rechenpool-Verbindung) und die bh-Betriebs-CLI; die Dienste bestehen aus Baihua.Family(8788) · Baihua.AI(8791) · Baihua.Vault(8790) · Baihua.Web(5177).
Positionierung: 百花 = Fähigkeitsanbieter, DSH (DeepSeek Harness) = Orchestrierungs- und Interaktionsfläche. Dieses Repository ist der Standardkanal von „百花 → beliebiger MCP-Client"; verwandte Plugins innerhalb von DSH:
baihua-dsh-plugin— 百花 Web → DSH-Brücke (Agent-Sitzungen +bh_*-Betrieb + Statuskarten der Einstellungsseite)baihua-local-ai-dsh-plugin— DSH → 百花 lokale KI (spart Online-Tokens)hysteria-dsh-plugin— Verwaltung des lokalen Hysteria-2-Proxys
Related MCP server: okf-mcp-server
Bereitgestellte Fähigkeiten
Tool | Beschreibung |
| Durchsucht die 百花-Wissensdatenbank (Volltext/semantisch) und gibt passende Notizausschnitte zurück |
| Listet alle Wissensdatenbanken auf (Name/Pfad/Quelle) |
| Liest eine Notiz (vollständiger Markdown-Text) |
| Haushaltsbuch-Zusammenfassung (Einnahmen/Ausgaben/Saldo/Kategorien dieses Monats) |
| Haushaltsaufgaben/To-do-Liste (Titel/Status/Zeit) |
Ausführung
npm install
node src/index.jsDie Verbindungsziele werden über Umgebungsvariablen konfiguriert (Standard: lokale Loopback-Adresse; bei k8s/Container-Bereitstellung ClusterIP eintragen):
Umgebungsvariable | Standardwert | Beschreibung |
|
| 百花 Vault (Wissensdatenbank-Suche/Notizen) |
|
| 百花 Family (Haushaltsbuch/Aufgaben) |
MCP-Clients anbinden
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'Nach der Anbindung tragen die Toolnamen in DSH das Präfix mcp__baihua__ (z. B. mcp__baihua__baihua_vault_search).
Andere MCP-Clients (Claude Desktop / Cursor usw.)
Bei anderen MCP-Clients einfach entsprechend der jeweiligen MCP-Server-Konfiguration auf node /path/to/baihua-mcp-server/src/index.js (stdio) verweisen.
Sicherheit
Alle Tools sind schreibgeschützt: Es wird nichts geschrieben, ausgeführt oder gestartet/gestoppt.
Standardmäßig wird auf die lokale Loopback-Adresse verwiesen; vor der Bereitstellung im LAN/öffentlichen Internet bitte sicherstellen, dass die 百花-Verwaltungs-API den Zugriffsbereich gemäß
BAIHUA_ADMIN_ALLOWED_NETSeingeschränkt hat.
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