MCP Configtypescript

turbostack MCP Config

MCP configuration with 3 servers: better-auth, next-devtools, context7

View Source
.mcp.json
{
  "mcpServers": {
    "better-auth": {
      "type": "http",
      "url": "https://mcp.chonkie.ai/better-auth/better-auth-builder/mcp"
    },
    "next-devtools": {
      "command": "bunx",
      "args": [
        "next-devtools-mcp@latest"
      ]
    },
    "context7": {
      "command": "bunx",
      "args": [
        "@upstash/context7-mcp"
      ]
    }
  }
}