Skip to main content
Glama
kody-bot

home-mcp-starter

by kody-bot

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 に接続する

  1. このプロセスを HTTPS ホスト名で公開します(Tunnel + Access)。

  2. /account/mcp-servers を開きます。

  3. サーバーを home として、公開 /mcp URL を指定して追加します。

  4. 認証 URL を開き、プロンプトが表示されたら Access を通過して承認します。

  5. 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 スターターです。

A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    B
    quality
    D
    maintenance
    A 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
  • A
    license
    Not graded
    quality
    D
    maintenance
    A minimal MCP server starter template with a simple hello-world tool and Docker support for building AI assistant tools.
    The Unlicense
  • A
    license
    Not graded
    quality
    D
    maintenance
    A starter template for building MCP servers that enable AI assistants to interact with custom tools and data.
    8
    MIT

View all related MCP servers

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

View all MCP Connectors

Latest Blog Posts

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