home-mcp-starter
Home MCP starter
Ein kleiner Streamable-HTTP-MCP-Server, den du auf einem Heimrechner oder NAS betreibst und mit Kody verbindest. Die Tools werden in diesem Prozess ausgeführt. Kody erreicht sie über HTTPS nach CIMD-OAuth. Der offizielle Kody-Leitfaden ist Einen Heim-MCP-Server verbinden.
Haushaltsnotizen werden als Platzhalter-Oberfläche mitgeliefert. Forke das Repository, tausche diese Tools gegen die LAN-APIs und lokalen CLIs aus, die du wirklich möchtest, und veröffentliche den Host dann mit Cloudflare Tunnel und Access.
Anwendungsfälle
Eine private Notizdatei (oder einen Obsidian-Vault-Sidecar) auf demselben Rechner aufbewahren
Heimgeräte steuern, die nur im LAN reagieren
Ein lokales CLI kapseln, dem dein Laptop bereits vertraut
Automatisierungen neben einer NAS-Freigabe hosten
Kody läuft in der Cloud. Er kann localhost in deinem Netzwerk nicht öffnen. Dieser Server ist der Prozess, der das kann, und die öffentliche MCP-URL ist der Weg, über den Kody sich einwählt. Siehe Anwendungsfälle.
Related MCP server: mcp-devtools
Schnellstart
Lokale Entwicklung
Erfordert Node 24.
cp .env.example .env
npm install
npm run devDie Statusseite ist http://127.0.0.1:4040/. Health ist /health. MCP ist /mcp.
Docker
cp .env.example .env
# Set HOME_MCP_PUBLIC_BASE_URL to the HTTPS hostname you will publish.
docker compose up --build -dSiehe Docker für Volumes, NAS-typische Container-Manager-Hinweise und Image-Updates.
Dokumentation
Mit Kody verbinden
Veröffentliche diesen Prozess unter einem HTTPS-Hostnamen (Tunnel + Access).
Öffne
/account/mcp-servers.Füge den Server als
homemit deiner öffentlichen/mcp-URL hinzu.Öffne die Autorisierungs-URL, durchlaufe Access, falls du dazu aufgefordert wirst, und genehmige.
Suche unter
mcp:homenach Fähigkeiten.
Details findest du in Kody verbinden.
Sicherheit
MCP-Clients authentifizieren sich mit CIMD-only OAuth und PKCE S256. Es gibt keinen Endpunkt für Dynamic Client Registration.
Der
resource-Parameter aus RFC 8707 muss der MCP-URL dieses Servers entsprechen.Cloudflare Access schützt Benutzerpfade (
/authorize,/). Maschinenpfade (/mcp,/token,/revoke,/.well-known,/health) bleiben erreichbar, damit Kody OAuth abschließen und Tools aufrufen kann. Access ist kein Ersatz für MCP-OAuth.Der LAN-Ursprung ist vertrauenswürdig. Lege keine uneingeschränkte Shell offen. Halte die Tools eng begrenzt.
Stelle pro Kody-Konto eine OAuth-Genehmigung aus. Teile kein Bearer-Token zwischen Konten.
Community
Kody ist die Figur von Kent C. Dodds. Dies ist der offizielle home MCP starter von kody-bot.
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
- FlicenseBqualityDmaintenanceA basic starter project for building Model Context Protocol (MCP) servers that enables standardized interactions between AI systems and various data sources through secure, controlled tool implementations.2
- AlicenseBqualityDmaintenanceProduction-grade MCP server that gives AI agents safe access to your local dev environment: filesystem, databases, processes, and OpenAPI specs.15483MIT
- AlicenseNot gradedqualityDmaintenanceA minimal MCP server starter template with a simple hello-world tool and Docker support for building AI assistant tools.The Unlicense
- AlicenseNot gradedqualityDmaintenanceA starter template for building MCP servers that enable AI assistants to interact with custom tools and data.8MIT
Related MCP Connectors
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
An MCP server that gives your AI access to the source code and docs of all public github repos
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/kody-bot/home-mcp-starter'
If you have feedback or need assistance with the MCP directory API, please join our Discord server