An open API service indexing awesome lists of open source software.

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.

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"
}
}
}
}
```