AGE-MCP-ServerServer

rioriost
GitHub
graph-databaseMCPPostgreSQL

Loading subscription status...

💡 Description

The AGE-MCP-Server integrates with Apache AGE, a PostgreSQL extension that provides graph database functionality. It allows users to query, visualize, and manipulate graph data using natural language interactions through Claude AI.

📝 JSON Entries

{
  "mcpServers": [
    {
      "age-manager": {
        "args": [
          "--pg-con-str",
          "host=your_server.postgres.database.azure.com port=5432 dbname=postgres user=your_username password=your_password"
        ],
        "command": "age-mcp-server"
      }
    }
  ]
}

🛠️ Tools

Claude AIVisual Studio Code

Features

  • Supports database operations with Apache AGE
  • Natural language querying for graph data
  • Integration with Visual Studio Code and other tools

💬 Example Queries

  • Query graph relationships between two nodes
  • Visualize the connections in my PostgreSQL graph database
  • Perform complex analyses on graph structures