Skip to content

Commit 61bf773

Browse files
committed
feat: add neon MCP server for IGLA race database
1 parent 42490a2 commit 61bf773

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.mcp.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@
1313
"railway-mcp-server": {
1414
"command": "npx",
1515
"args": ["-y", "@railway/mcp-server"]
16+
},
17+
"neon": {
18+
"command": "npx",
19+
"args": ["-y", "@neondatabase/mcp-server-neon", "start"],
20+
"env": {
21+
"NEON_API_KEY": "${NEON_API_KEY}"
22+
}
1623
}
1724
}
1825
}

0 commit comments

Comments
 (0)