dad-mcp
DadMCP is a remote Model Context Protocol server designed to enhance children's creativity through AI-powered education at home.
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
Related MCP Servers
View all typescript servers →mcp-unity
by CoderGamester
MCP Unity is an implementation of the Model Context Protocol for Unity Editor, allowing AI assistants to interact with your Unity projects.
marvel-mcp
by DanWahlin
MCP Server for the Marvel Developer API, enabling interaction with characters and comics data.
DoorDash-MCP-Server
by JordanDalton
The MCP Server Guide provides instructions for building and deploying a Model Context Protocol server using Node.js and TypeScript.
superset-mcp-server
by LiusCraft
The MCP Server Superset is a server-side application built on the Apache Superset REST API, enabling basic query capabilities through large models.
hubble-ai-mcp
by HubbleVision
Hubble AI for Solana is an AI-powered analytics tool that provides data analysis and visualization for Solana blockchain transactions using natural language queries.
wrenai-mcp-server
by jfzhou5
Custom MCP servers for wrenai are designed to facilitate the integration and testing of model context protocol servers with specific configurations and tools.
mcp-server-erp
by coryhighsea
The Model Context Protocol (MCP) server is designed to facilitate communication and interaction with language models, providing a structured and efficient way to manage model contexts.