-
Notifications
You must be signed in to change notification settings - Fork 2.6k
docs: Add Neon MCP Server tutorial #3639
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: Add Neon MCP Server tutorial #3639
Conversation
| <Tabs groupId="interface"> | ||
| <TabItem value="ui" label="Goose Desktop" default> | ||
| <GooseDesktopInstaller | ||
| extensionId="neon" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey team, not sure if I need to register the extension somewhere else for this to work. Please let me know, happy to make the required changes :)
|
Hiii, thanks for the PR! As discussed, please add the following to this file documentation/static/servers.json {
"id": "context7",
"name": "Context7",
"description": "Use up-to-date code and docs",
"command": "npx -y @upstash/context7-mcp",
"link": "https://github.com/upstash/context7",
"installation_notes": "Install using npx package manager.",
"is_builtin": false,
"endorsed": true,
"environmentVariables": []
},Then @dianed-square or I can approve! |
… servers.json entry
|
Hi @andrelandgraf, thanks for your contribution! I proposed some changes to sync with the
I also added a "local development only" warning (based on the Neon server readme) and a servers.json entry. Note that I used the local install command for now bc there seems to be an issue with streamable install links. |
| "id": "neon", | ||
| "name": "Neon", | ||
| "description": "Manage Neon Postgres databases, projects, and branches", | ||
| "command": "npx -y @neondatabase/mcp-server-neon start <YOUR_NEON_API_KEY>", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Using the local command install method until the streamable install link works. I set endorsed to false because this was listed as an experimental Neon project, but you can change it to true if it's considered stable
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks so much for the help. I swapped it to true. MCP is still very new, so we caution people to use it as the protocol and our server may change and sensible use is required for production databases but otherwise, it's definitely ready to use!
|
Hi @dianed-square, thank you so much! Really appreciate it. All LGTM! |
* main: Remove unused Memory Mode / Computer-Controller Mode code (#3743) docs: Add Neon MCP Server tutorial (#3639) Update OSX codesigning and notarization (#3658) Fix slow typing in chat input with long running sessions (#3722) Fix html content detection regex to not include markdown autolinks (#3720) Must have missed this one (#3733) Ok, well, that got out of hand (#3718) feat: openrouter out of the box experience for goose installations (#3507)
This PR adds the Neon MCP server to the MCP docs.
neon-mcp.mdtutorial to mcp docs