https://github.com/peterkyle01/neon-context-server
A community-maintained Zed editor context server for Neon serverless Postgres.
https://github.com/peterkyle01/neon-context-server
apikey mcp neon zed-extension
Last synced: 24 days ago
JSON representation
A community-maintained Zed editor context server for Neon serverless Postgres.
- Host: GitHub
- URL: https://github.com/peterkyle01/neon-context-server
- Owner: peterkyle01
- License: mit
- Created: 2026-06-14T12:43:26.000Z (27 days ago)
- Default Branch: main
- Last Pushed: 2026-06-15T08:48:08.000Z (26 days ago)
- Last Synced: 2026-06-15T09:22:21.934Z (26 days ago)
- Topics: apikey, mcp, neon, zed-extension
- Language: Rust
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# neon-context-server
Community zed extension for [Neon](https://neon.tech) serverless Postgres to query databases, explore schemas, list projects and branches.
## Configuration
Requires a [Neon API key](https://console.neon.tech/app/settings?modal=create_api_key). Project, branch, and database are auto-discovered or you can give the assistant more info about which project/branch/database to query.
```json
{
"context_servers": {
"neon-context-server": {
"settings": {
"NEON_API_KEY": "napi_your_key_here"
}
}
}
}
```