Skip to content

Commit 597bb47

Browse files
authored
Add MCP server (#144)
Claude-Session: https://claude.ai/code/session_01S58U7phvDgphx6ZTXuWMJQ Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com>
1 parent b07f450 commit 597bb47

1 file changed

Lines changed: 53 additions & 0 deletions

File tree

servers/tech.neon-mcp-http.json

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "tech.neon-mcp-http",
4+
"name": "Neon (Remote)",
5+
"alias": "neon",
6+
"description": "Manage Neon serverless Postgres projects, branches, schemas, and run SQL queries and migrations through Neon's official hosted remote MCP server. Authenticates via OAuth in your browser, no API key or local setup required.",
7+
"logo": "https://avatars.githubusercontent.com/u/77690634?v=4",
8+
"schema_version": "2.1",
9+
"categories": [
10+
"database"
11+
],
12+
"tags": [
13+
"neon",
14+
"postgres",
15+
"postgresql",
16+
"serverless",
17+
"database",
18+
"sql",
19+
"branches",
20+
"migrations"
21+
],
22+
"transport": {
23+
"type": "http",
24+
"url": "https://mcp.neon.tech/mcp",
25+
"metadata": {
26+
"inputs": []
27+
}
28+
},
29+
"auth": {
30+
"type": "oauth",
31+
"instructions": "Authenticates via OAuth 2.1 in your browser using your Neon account. No API key setup needed."
32+
},
33+
"contributor": {
34+
"name": "Neon",
35+
"github": "neondatabase",
36+
"url": "https://neon.tech"
37+
},
38+
"links": {
39+
"repository": "https://github.com/neondatabase/mcp-server-neon",
40+
"homepage": "https://neon.tech",
41+
"documentation": "https://neon.com/docs/ai/neon-mcp-server"
42+
},
43+
"platforms": [
44+
"all"
45+
],
46+
"capabilities": {
47+
"tools": true,
48+
"resources": false,
49+
"prompts": false,
50+
"read_only_mode": true
51+
},
52+
"changelog_url": "https://github.com/neondatabase/mcp-server-neon/releases"
53+
}

0 commit comments

Comments
 (0)