dad-mcp
DadMCPは、家庭でのAIを活用した教育を通じて子供の創造性を引き出すためのリモートMCPサーバーです。SupabaseとRedisを使用して、ローカル環境での設定が可能で、簡単に実行できます。
GitHubスター
1
ユーザー評価
未評価
フォーク
0
イシュー
0
閲覧数
3
お気に入り
0
README
DadMCP
Spark your kid's creativity with AI-powered education at home. Remote MCP server for dad-powered learning.
Connecting to Remote MCP Server
{
"mcpServers": {
"DadMCP": {
"command": "npx",
"args": [
"mcp-remote",
"https://dadmcp.com/sse?token=YourAccessToken"
]
}
}
}
Running Locally
Set up local Supabase
npx supabase@beta start
npx supabase@beta reset
npx supabase@beta gen types typescript --local > lib/database.types.ts
Update .env.local
NEXT_PUBLIC_SUPABASE_URL=http://127.0.0.1:54321
NEXT_PUBLIC_SUPABASE_ANON_KEY=YourSupabaseAnonKey
REDIS_URL=redis://localhost:6379
REPLICATE_API_TOKEN=YouReplicateApiToken
Run Redis, install dependencies and run Next.js server
redis-server
pnpm i
pnpm run dev
作者情報
スレッド