dad-mcp
DadMCP is a remote MCP server designed to spark children's creativity through AI-powered education at home. It allows for easy setup in a local environment using Supabase and Redis, making it accessible for developers looking to enhance learning experiences.
GitHub Stars
1
User Rating
Not Rated
Forks
0
Issues
0
Views
4
Favorites
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
Author Information
66
Followers
153
Repositories
14
Gists
49
Total Contributions
Top Contributors
Threads