agentailor/fullstack-langgraph-nextjs-agent
Production-ready Next.js template for building AI agents with LangGraph.js. Features MCP integration for dynamic tool loading, human-in-the-loop tool approval, persistent conversation memory with PostgreSQL, and real-time streaming responses. Built with TypeScript, React, Prisma, and Tailwind CSS.
Platform-specific configuration:
{
"mcpServers": {
"fullstack-langgraph-nextjs-agent": {
"command": "npx",
"args": [
"-y",
"fullstack-langgraph-nextjs-agent"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...