Week 4 deliverable: MCP server exposing the Week 3 Person database to AI agents (Next.js + Prisma + @modelcontextprotocol/sdk)
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"ai-agent-dev-week4-m": {
"command": "npx",
"args": [
"-y",
"jmjmlang/ai-agent-dev-week4-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add ai-agent-dev-week4-m npx -y jmjmlang/ai-agent-dev-week4-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"ai-agent-dev-week4-m": {
"command": "npx",
"args": [
"-y",
"jmjmlang/ai-agent-dev-week4-mcp-server"
]
}
}
}