MCP.so
ログイン

AGE-MCP-Server

@rioriost

AGE-MCP-Server について

Apache AGE MCP Server

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

ruby

トランスポート

stdio

公開者

rioriost

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "homebrew-age-mcp-server": {
      "command": "python3",
      "args": [
        "-m",
        "venv",
        ".venv"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is AGE-MCP-Server?

AGE-MCP-Server is an MCP (Model Context Protocol) server that connects AI assistants (Claude, VS Code Insiders) to Apache AGE, a PostgreSQL Graph database. It enables natural language graph queries and operations on Azure Database for PostgreSQL instances.

How to use AGE-MCP-Server?

Install via brew, uv, or pip (Python 3.13+ required). Configure your Claude Desktop or VS Code Insiders settings JSON with the command age_mcp_server and a --pg-con-str argument pointing to your Azure PostgreSQL database. Start the client; write operations are disabled by default—add --allow-write to enable them.

Key features of AGE-MCP-Server

  • Connects Claude / VS Code to Apache AGE on Azure PostgreSQL
  • Supports read-only graph queries by default
  • Optional --allow-write flag for graph mutations
  • Compatible with Entra ID / Azure CLI authentication
  • Uses psycopg as the database driver

Use cases of AGE-MCP-Server

  • List existing graphs and view their schemas
  • Query graph data using natural language
  • Create, update, or delete graphs, nodes, and edges
  • Analyze relationships and patterns in your data

FAQ from AGE-MCP-Server

What does AGE-MCP-Server do?

It is an MCP server that allows AI assistants to interact with Apache AGE, a PostgreSQL graph extension, hosted on Azure Database for PostgreSQL.

How do I install AGE-MCP-Server?

You can install it using Homebrew (brew install rioriost/tap/age_mcp_server), uv (uv add age_mcp_server), or Python pip (pip install age_mcp_server). Requires Python 3.13+.

What dependencies are needed?

An Azure Database for PostgreSQL instance with the Apache AGE extension enabled and loaded, and psycopg. Claude Desktop or VS Code Insiders is required for the client.

Are write operations allowed by default?

No. AGE-MCP-Server prohibits write operations for safety. Use the --allow-write flag in the configuration to enable them.

How do I connect to my database?

Provide a --pg-con-str argument with host, port, dbname, user, and optionally password. For Entra ID, omit password and set the PGPASSWORD environment variable or install and sign into the Azure CLI.

コメント

「その他」の他のコンテンツ