<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/posts/neon-is-now-available-in-grok-bot-h1338n7jv" -->

---
title: Neon is now available in Grok Bot | daily.dev
description: Neon has launched a plugin for Grok Bot, letting users connect their Neon account and manage databases through conversational commands. Under the hood, it...
canonical: https://daily.dev/posts/neon-is-now-available-in-grok-bot-h1338n7jv
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:type: website
og:site_name: daily.dev
og:title: Neon is now available in Grok Bot | daily.dev
og:description: Neon has launched a plugin for Grok Bot, letting users connect their Neon account and manage databases through conversational commands. Under the hood, it...
og:url: https://daily.dev/posts/neon-is-now-available-in-grok-bot-h1338n7jv
og:image: https://api.daily.dev/og/posts/h1338n7JV.png
og:image:alt: Neon is now available in Grok Bot
og:image:width: 1200
og:image:height: 630
og:locale: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Neon is now available in Grok Bot

**[Neon](https://daily.dev/sources/neontech)** · 2 min read · 0 upvotes · 0 comments

## Summary

Neon has launched a plugin for Grok Bot, letting users connect their Neon account and manage databases through conversational commands. Under the hood, it combines Neon agent skills with the Neon MCP Server, giving Grok Bot both context on Neon workflows and authenticated tools to act on the account. Capabilities include creating projects and connection strings, spinning up isolated branches before running migrations, listing projects to spot unused databases, running SQL queries, summarizing database usage, and coordinating branch handoffs between bots. Installation is done via a deep link or the Plugins directory.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://neon.com/blog/neon-is-now-available-in-grok-bot>

## Questions this post answers

### How do I connect Neon to Grok Bot to manage my database?

Install the Neon plugin for Grok Bot via an install deep link or the Plugins directory, then authorize your Neon account once in the browser. After connecting, you can ask Grok Bot to create projects, list databases, create isolated branches, run SQL, and get connection strings, all through conversational commands backed by the Neon MCP Server.

_daily.dev surfaces integration releases like this for developers wiring AI agents into their database workflows._

### How does the Neon Grok Bot plugin handle database migrations safely?

It creates an isolated Neon branch, essentially a copy of production, before running a migration, so changes can be tested without touching the live database. Grok Bot checks the Neon connector, lists your orgs and projects, asks which project to branch from, then returns a branch id, a pooled connection string, and an option to point your local DATABASE_URL at the new branch.

_Developers testing risky migrations can follow daily.dev for updates on database branching workflows._

---

Tags: [#ai-agents](https://daily.dev/tags/ai-agents), [#postgresql](https://daily.dev/tags/postgresql), [#mcp](https://daily.dev/tags/mcp)

[View this post on daily.dev](https://daily.dev/posts/neon-is-now-available-in-grok-bot-h1338n7jv)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@type":"TechArticle","headline":"Neon is now available in Grok Bot","url":"https://daily.dev/posts/neon-is-now-available-in-grok-bot-h1338n7jv","mainEntityOfPage":{"@type":"WebPage","@id":"https://daily.dev/posts/neon-is-now-available-in-grok-bot-h1338n7jv"},"datePublished":"2026-09-01T13:05:43.261Z","dateModified":"2026-09-02T15:52:18.251Z","description":"Neon has launched a plugin for Grok Bot, letting users connect their Neon account and manage databases through conversational commands. Under the hood, it...","image":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/83cab2a8fb99966381c9f9873c562928?_a=AQAEuop","thumbnailUrl":"https://media.daily.dev/image/upload/f_auto,q_auto/v1/posts/83cab2a8fb99966381c9f9873c562928?_a=AQAEuop","isAccessibleForFree":true,"articleSection":"Neon","inLanguage":"en","publisher":{"@type":"Organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180}},"author":{"@type":"Organization","name":"Neon","logo":"https://media.daily.dev/image/upload/s--65EDghou--/f_auto/v1724339118/logos/neontech","url":"https://daily.dev/sources/neontech"},"commentCount":0,"discussionUrl":"https://daily.dev/posts/neon-is-now-available-in-grok-bot-h1338n7jv","interactionStatistic":[{"@type":"InteractionCounter","interactionType":{"@type":"LikeAction"},"userInteractionCount":0},{"@type":"InteractionCounter","interactionType":{"@type":"CommentAction"},"userInteractionCount":0}],"keywords":"ai-agents,postgresql,mcp","timeRequired":"PT2M"}
{"@context":"https://schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Neon","item":"https://daily.dev/sources/neontech"},{"@type":"ListItem","position":3,"name":"Neon is now available in Grok Bot"}]}
{"@context":"https://schema.org","@type":"FAQPage","@id":"https://daily.dev/posts/neon-is-now-available-in-grok-bot-h1338n7jv#faq","mainEntity":[{"@type":"Question","name":"How do I connect Neon to Grok Bot to manage my database?","acceptedAnswer":{"@type":"Answer","text":"Install the Neon plugin for Grok Bot via an install deep link or the Plugins directory, then authorize your Neon account once in the browser. After connecting, you can ask Grok Bot to create projects, list databases, create isolated branches, run SQL, and get connection strings, all through conversational commands backed by the Neon MCP Server. daily.dev surfaces integration releases like this for developers wiring AI agents into their database workflows."}},{"@type":"Question","name":"How does the Neon Grok Bot plugin handle database migrations safely?","acceptedAnswer":{"@type":"Answer","text":"It creates an isolated Neon branch, essentially a copy of production, before running a migration, so changes can be tested without touching the live database. Grok Bot checks the Neon connector, lists your orgs and projects, asks which project to branch from, then returns a branch id, a pooled connection string, and an option to point your local DATABASE_URL at the new branch. Developers testing risky migrations can follow daily.dev for updates on database branching workflows."}}]}
```

