home-mcp-starter
Home MCP starter
Un pequeño servidor MCP HTTP Streamable que ejecutas en una máquina doméstica o NAS y conectas a Kody. Las herramientas se ejecutan en este proceso. Kody las alcanza a través de HTTPS después de CIMD OAuth. La guía oficial de Kody es Conecta un servidor MCP doméstico.
Las notas del hogar se incluyen como superficie de reemplazo. Haz un fork del repositorio, cambia esas herramientas por las API de LAN y las CLI locales que realmente quieras, y luego publica el host con Cloudflare Tunnel y Access.
Casos de uso
Mantén un archivo de notas privado (o un sidecar de bóveda de Obsidian) en la misma máquina
Controla dispositivos domésticos que solo responden en la LAN
Envuelve una CLI local en la que tu portátil ya confía
Aloja automatizaciones junto a un recurso compartido de NAS
Kody se ejecuta en la nube. No puede abrir localhost en tu red. Este servidor es el proceso que sí puede, y la URL pública de MCP es como Kody se conecta. Consulta casos de uso.
Related MCP server: mcp-devtools
Inicio rápido
Desarrollo local
Requiere Node 24.
cp .env.example .env
npm install
npm run devLa página de estado es http://127.0.0.1:4040/. La salud está en /health. MCP está en /mcp.
Docker
cp .env.example .env
# Set HOME_MCP_PUBLIC_BASE_URL to the HTTPS hostname you will publish.
docker compose up --build -dConsulta Docker para volúmenes, notas de Container Manager estilo NAS y actualizaciones de imágenes.
Documentación
Conectar a Kody
Publica este proceso en un nombre de host HTTPS (Tunnel + Access).
Abre
/account/mcp-servers.Añade el servidor como
homecon tu URL pública/mcp.Abre la URL de autorización, pasa Access si se te solicita y aprueba.
Busca capacidades en
mcp:home.
Los detalles están en Conectar Kody.
Seguridad
Los clientes MCP se autentican con OAuth solo CIMD y PKCE S256. No hay un endpoint de registro dinámico de clientes.
El parámetro
resourcede RFC 8707 debe ser igual a la URL MCP de este servidor.Cloudflare Access protege las rutas humanas (
/authorize,/). Las rutas de máquina (/mcp,/token,/revoke,/.well-known,/health) permanecen accesibles para que Kody pueda completar OAuth y llamar a las herramientas. Access no sustituye a MCP OAuth.El origen de la LAN es de confianza. No expongas un shell sin restricciones. Mantén las herramientas limitadas.
Emite una concesión OAuth por cuenta de Kody. No compartas un token de portador entre cuentas.
Comunidad
Kody es el personaje de Kent C. Dodds. Este es el home MCP starter oficial de 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