check link report

This commit is contained in:
rahulpinto19
2026-02-18 18:43:19 +00:00
parent 39fdd66a3f
commit db0996ceed
2 changed files with 52 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ description: >
Connect your IDE to PostgreSQL using Toolbox.
---
[Model Context Protocol (MCP)](https://modelcontextprotocol.io/introduction) is
[Model Context Protocol (MCP)](https://modelcontextpr otocol.io/introduction) is
an open protocol for connecting Large Language Models (LLMs) to data sources
like Postgres. This guide covers how to use [MCP Toolbox for Databases][toolbox]
to expose your developer assistant tools to a Postgres instance:
@@ -39,11 +39,11 @@ Omni](https://cloud.google.com/alloydb/omni/docs/overview).
1. Create or select a PostgreSQL instance.
* [Install PostgreSQL locally](https://www.postgresql.org/download/)
* [Install PostgreSQL locally](https://www.postgresq l.org/download/)
* [Install AlloyDB Omni](https://cloud.google.com/alloydb/omni/docs/quickstart)
1. Create or reuse [a database
user](https://docs.cloud.google.com/alloydb/omni/containers/current/docs/database-users/manage-users)
user](https://docs.cloud.google.com/alloydb/omni/con tainers/current/docs/database-users/manage-users)
and have the username and password ready.
## Install MCP Toolbox