DadMCP

DadMCP

By andyrewlee GitHub

Remote MCP server for providing better education at home

Overview

what is DadMCP?

DadMCP is a remote MCP server designed to enhance education at home by leveraging AI-powered learning tools for children.

how to use DadMCP?

To use DadMCP, connect to the remote MCP server using the provided command or set it up locally by configuring Supabase and running the necessary services.

key features of DadMCP?

  • AI-powered educational tools for children
  • Remote server access for flexible learning
  • Local setup options for personalized education

use cases of DadMCP?

  1. Facilitating remote learning for kids at home
  2. Enabling parents to engage in their children's education
  3. Providing a customizable learning environment with local server options

FAQ from DadMCP?

  • Can DadMCP be used for all subjects?

Yes! DadMCP can be adapted for various subjects depending on the tools integrated.

  • Is there a local setup option?

Yes! Users can set up a local environment using Supabase and Redis.

  • How can I contribute to DadMCP?

Contributions are welcome! Please refer to the project's GitHub page for guidelines.

Content

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"
      ]
    }
  }
}

Running Locally

Set up local Supabase

supabase start
npx supabase 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

Run Redis, install dependencies and run Next.js server

redis-server
pnpm i
pnpm run dev
No tools information available.
No content found.