Remote MCP server for providing better education at home
1 stars
TypeScript
Updated May 25, 2025
Documentation
DadMCP
Spark your kid's creativity with AI-powered education at home. Remote MCP server for dad-powered learning.
Connecting to Remote MCP Server
code
{
"mcpServers": {
"DadMCP": {
"command": "npx",
"args": [
"mcp-remote",
"https://dadmcp.com/sse?token=YourAccessToken"
]
}
}
}Running Locally
Set up local Supabase
code
npx supabase@beta start
npx supabase@beta reset
npx supabase@beta gen types typescript --local > lib/database.types.tsUpdate .env.local
code
NEXT_PUBLIC_SUPABASE_URL=http://127.0.0.1:54321
NEXT_PUBLIC_SUPABASE_ANON_KEY=YourSupabaseAnonKey
REDIS_URL=redis://localhost:6379
REPLICATE_API_TOKEN=YouReplicateApiTokenRun Redis, install dependencies and run Next.js server
code
redis-server
pnpm i
pnpm run devSimilar MCP
Based on tags & features
Trending MCP
Most active this week