MCP Configtypescript
full-stack-todo-app MCP Config
MCP server configuration from Syedaashnaghazanfar/full-stack-todo-app
.mcp.json
{
"mcpServers": {
"next-devtools": {
"command": "npx",
"args": ["-y", "next-devtools-mcp@latest"]
},
"shadcn": {
"command": "npx",
"args": ["shadcn@latest", "mcp"]
},
"Neon": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.neon.tech/mcp"]
}
}
}