trackmcp
Back to directory

Remote MCP server for providing better education at home

1 stars TypeScriptServers & Infrastructure 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.ts

Update .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=YouReplicateApiToken

Run Redis, install dependencies and run Next.js server

code
redis-server
pnpm i
pnpm run dev

Frequently asked questions

What is dad-mcp?

dad-mcp is Remote MCP server for providing better education at home

How do I install dad-mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is dad-mcp open source?

Yes — it is hosted on GitHub at https://github.com/andyrewlee/dad-mcp and has 1 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP