MCP Directory
Back

ai-agent-dev-week4-mcp-server

by jmjmlang · TypeScript · ★ 0

Week 4 deliverable: MCP server exposing the Week 3 Person database to AI agents (Next.js + Prisma + @modelcontextprotocol/sdk)

Install

npx -y github:jmjmlang/ai-agent-dev-week4-mcp-server

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "ai-agent-dev-week4-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "github:jmjmlang/ai-agent-dev-week4-mcp-server"
      ]
    }
  }
}

From the README

An MCP (Model Context Protocol) server that exposes the Week 3 Person App database as tools an AI agent can call. Week 4 deliverable for the Ausbiz AI Agent Developer workshop. Stack: Next.js 16 (App Router, Node runtime), TypeScript, Prisma 7, , Neon Postgres (shared with Week 3), Vercel. Exposes a single HTTP endpoint at speaking the Streamable HTTP MCP transport. Clients authenticate with a Bearer API key. Each key is bound to one User row, and every tool query is scoped by , so a key holder can only read or write the people that user owns. - — list of people, newest first. - — single…
Read full README on GitHub →

Related databases servers