Skip to content
LangChain

postgres grafana stack generator for LangChain

ai.getvda/postgres-grafana-stack-generator

Postgres + Grafana Stack Generator

client:LangChain transport:streamable-http tools:2

Install postgres grafana stack generator in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "postgres-grafana-stack-generator": {
            "transport": "streamable_http",
            "url": "https://postgres-grafana-stack-generator.getvda.ai/mcp",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

What LangChain can do once it is connected

postgres grafana stack generator in other clients