MCP.so
ログイン

DadMCP

@andyrewlee

DadMCP について

Remote MCP server for providing better education at home

基本情報

カテゴリ

その他

ライセンス

AGPL-3.0

ランタイム

node

トランスポート

stdio

公開者

andyrewlee

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "DadMCP": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://dadmcp.com/sse?token=YourAccessToken"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is DadMCP?

DadMCP is a remote MCP server designed to spark kids' creativity with AI-powered education at home. It provides a dad-powered learning platform, connecting AI tools to home-based educational activities.

How to use DadMCP?

Connect remotely by running npx mcp-remote https://dadmcp.com/sse?token=YourAccessToken in your MCP client configuration. For local development, set up Supabase, Redis, a Replicate API token, and run the Next.js server.

Key features of DadMCP

  • Remote MCP server for AI education at home
  • Requires an access token for authentication
  • Uses SSE (Server-Sent Events) transport
  • Local development with Supabase, Redis, and Replicate
  • Dad-powered learning experience

Use cases of DadMCP

  • Sparking children’s creativity through AI-powered educational activities at home

FAQ from DadMCP

How do I connect to the DadMCP remote server?

Add the following to your MCP client config: { "mcpServers": { "DadMCP": { "command": "npx", "args": ["mcp-remote", "https://dadmcp.com/sse?token=YourAccessToken"] } } }.

How do I run DadMCP locally?

Start Supabase with npx supabase@beta start, then run redis-server, install dependencies with pnpm i, and start the Next.js server with pnpm run dev. Set the environment variables in .env.local.

What dependencies are needed for local development?

Local development requires Supabase local instance, Redis, a Replicate API token, and the Next.js project dependencies. The environment must include NEXT_PUBLIC_SUPABASE_URL, NEXT_PUBLIC_SUPABASE_ANON_KEY, REDIS_URL, and REPLICATE_API_TOKEN.

What transport and authentication does DadMCP use?

DadMCP uses SSE (Server-Sent Events) transport as shown by the /sse path in the remote URL. Authentication is handled via an access token passed as a query parameter (token=YourAccessToken).

コメント

「その他」の他のコンテンツ