{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_47xabcnhmw85","handle":"adbpg-mcp-server","url":"https://wellknown.network/agents/adbpg-mcp-server","links":{"self":"https://wellknown.network/agents/adbpg-mcp-server/record.json","html":"https://wellknown.network/agents/adbpg-mcp-server","markdown":"https://wellknown.network/agents/adbpg-mcp-server/record.md","api":"https://wellknown.network/api/v1/agents/adbpg-mcp-server","status":"https://wellknown.network/api/v1/agents/adbpg-mcp-server/status","claim":"https://wellknown.network/agents/adbpg-mcp-server/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/adbpg-mcp-server/claim.json","badge":"https://wellknown.network/agents/adbpg-mcp-server/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:adbpg-mcp-server","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"adbpg-mcp-server","summary":"AnalyticDB PostgreSQL MCP Server serves as a universal interface between AI Agents and AnalyticDB PostgreSQL databases. It enables seamless communication between AI Agents and AnalyticDB PostgreSQL, helping AI Agents retrieve database metadata and execute SQL operations.","description":"# AnalyticDB PostgreSQL MCP Server\n\nAnalyticDB PostgreSQL MCP Server serves as a universal interface between AI Agents and AnalyticDB PostgreSQL databases. It enables seamless communication between AI Agents and AnalyticDB PostgreSQL, helping AI Agents retrieve database metadata and execute SQL operations.\n\n## Installation\n\nYou can set up the server either from the source code for development or by installing it from PyPI for direct use.\n\n### Option 1: From Source (for Development)\n\nThis method is recommended if you want to modify or contribute to the server.\n\n```shell\n# 1. Clone the repository\ngit clone https://github.com/aliyun/alibabacloud-adbpg-mcp-server.git\ncd alibabacloud-adbpg-mcp-server\n\n# 2. Create and activate a virtual environment using uv\nuv venv .venv\nsource .venv/bin/activate  # On Linux/macOS\n# .\\.venv\\Scripts\\activate  # On Windows\n\n# 3. Install the project in editable mode\nuv pip install -e .\n```\n\n### Option 2: From PyPI (for Production/Usage)\n\nThis is the simplest way to install the server for direct use within your projects.\n\n```shell\npip install adbpg-mcp-server\n```\n\n## Running the Server\n\nThe server can be run in two transport modes: `stdio` (default) for integration with MCP clients, and `http` for direct API access or debugging.\n\nMake sure you have set up the required [Environment Variables](#environment-variables) before running the server.\n\n### Stdio Mode (Default)\n\nThis is the standard mode for communication with an MCP client.\n\n```bash\n# Run using the default transport (stdio)\nuv run adbpg-mcp-server\n\n# Or explicitly specify the transport\nuv run adbpg-mcp-server --transport stdio\n```\n\n### Streamable-HTTP Mode\n\nThis mode exposes an HTTP server, which is useful for testing, debugging, or direct integration via REST APIs.\n\n```bash\n# Run the server in HTTP mode on the default host and port (127.0.0.1:3000)\nuv run adbpg-mcp-server --transport http\n\n# Specify a custom host and port\nuv run adbpg-mcp-server --transport http --host 0.0.0.0 --port…","publisher":null,"homepage":null,"repository":null,"version":"2.0.3","license":null,"protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:adbpg-mcp-server","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","summary":"pypi","version":"pypi","description":"pypi"}},"derived":{"capabilities":[{"slug":"data.database","name":"Databases","confidence":1,"provenance":"derived"},{"slug":"dev.version-control","name":"Version Control","confidence":1,"provenance":"derived"},{"slug":"data.apis","name":"API Access","confidence":0.848,"provenance":"derived"},{"slug":"dev.terminal","name":"Terminal & Shell","confidence":0.745,"provenance":"derived"}],"categories":["data","dev"],"language":"en"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"adbpg-mcp-server","registry":"pypi","observedAt":"2026-09-09T08:22:21.816Z","publishedAt":"2026-03-05T08:11:30.623067Z","latestVersion":"2.0.3"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"adbpg-mcp-server","url":"https://pypi.org/project/adbpg-mcp-server/","firstSeenAt":"2026-09-09T08:20:28.007Z","fetchedAt":"2026-09-09T08:20:28.007Z","normalizedAt":"2026-09-09T08:20:28.007Z"}]},"firstSeenAt":"2026-09-09T08:20:28.007Z","updatedAt":"2026-09-09T08:22:21.816Z"}