home-mcp-starter
Home MCP starter
家庭のマシンや NAS で実行して Kody に接続する、小さな Streamable HTTP MCP サーバーです。ツールはこのプロセス上で実行されます。Kody は CIMD OAuth の後、HTTPS 経由でそれらにアクセスします。公式の Kody ガイドは ホーム MCP サーバーを接続する です。
家庭用ノートが、差し替え用のサンプルとして同梱されています。リポジトリをフォークし、それらのツールを実際に使いたい LAN API やローカル CLI に置き換えてから、Cloudflare Tunnel と Access でホストを公開してください。
ユースケース
同じマシン上にプライベートなノートファイル(または Obsidian vault のサイドカー)を置く
LAN 上でしか応答しない家庭内デバイスを操作する
ラップトップがすでに信頼しているローカル CLI をラップする
NAS 共有の隣で自動化をホストする
Kody はクラウドで実行されます。Kody はあなたのネットワーク上の localhost を開くことはできません。このサーバーはそれができるプロセスであり、公開 MCP URL が Kody の接続手段です。ユースケース を参照してください。
Related MCP server: mcp-devtools
クイックスタート
ローカル開発
Node 24 が必要です。
cp .env.example .env
npm install
npm run devステータスページは http://127.0.0.1:4040/ です。ヘルスチェックは /health です。MCP は /mcp です。
Docker
cp .env.example .env
# Set HOME_MCP_PUBLIC_BASE_URL to the HTTPS hostname you will publish.
docker compose up --build -dボリューム、NAS スタイルの Container Manager の注意点、イメージの更新については、Docker を参照してください。
ドキュメント
Kody に接続する
このプロセスを HTTPS ホスト名で公開します(Tunnel + Access)。
/account/mcp-serversを開きます。サーバーを
homeとして、公開/mcpURL を指定して追加します。認証 URL を開き、プロンプトが表示されたら Access を通過して承認します。
mcp:homeの下でケイパビリティを検索します。
詳細は Kody の接続 にあります。
セキュリティ
MCP クライアントは、CIMD 専用 OAuth と PKCE S256 で認証します。Dynamic Client Registration エンドポイントはありません。
RFC 8707 の
resourceパラメータは、このサーバーの MCP URL と一致する必要があります。Cloudflare Access は人間向けパス(
/authorize、/)を保護します。機械向けパス(/mcp、/token、/revoke、/.well-known、/health)は、Kody が OAuth を完了してツールを呼び出せるよう、到達可能なままにします。Access は MCP OAuth の代替にはなりません。LAN オリジンは信頼されています。無制限のシェルを公開しないでください。ツールは狭い範囲に留めてください。
Kody アカウントごとに 1 つの OAuth グラントを発行してください。ベアラートークンをアカウント間で共有しないでください。
コミュニティ
Kody は Kent C. Dodds のキャラクターです。これは kody-bot による公式ホーム MCP スターターです。
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