Back to MCP directory
publicPublicdnsLocal runtime

homebrew-age-mcp-server

AGE-MCP-Server是一个为Apache AGE图形数据库提供MCP服务的工具,支持与Claude和VS Code集成,实现图形数据的查询和操作。

article

README

🚀 AGE - MCP - Server 使用说明

AGE - MCP - Server 出于安全考虑,默认禁止写入操作。若您需要启用写入操作,请使用 --allow-write 标志。

💻 使用示例

基础用法

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

📚 详细文档

发行说明

0.2.9 版本

  • 依赖项更新

0.2.8 版本

  • 支持 Visual Studio Code(稳定版)

0.2.7 版本

  • 支持 Visual Studio Code Insiders

0.2.6 版本

  • 修复拼写错误

0.2.5 版本

  • 支持通过 Entra ID 连接

0.2.4 版本

  • 依赖项更新

0.2.3 版本

  • 依赖项更新

0.2.2 版本

  • 通过在 write-age-cypher 工具的描述中添加 RETURN 来修复条件测试中的 CREATE 操作。

0.2.1 版本

  • 修复节点/边创建中的一个错误

0.2.0 版本

  • 添加对多个图的支持
  • 添加图的创建和删除支持
  • 旧版 --graph-name 参数已弃用

0.1.8 版本

  • 添加 --allow-write 标志

0.1.7 版本

  • 添加 Windows 支持

0.1.6 版本

  • 修复 RETURN 值的解析器

0.1.5 版本

  • 征稿版本

0.1.4 版本

  • 征稿版本

0.1.3 版本

  • 征稿版本

0.1.2 版本

  • 征稿版本

0.1.1 版本

  • 征稿版本

0.1.0a1 版本

  • 征稿版本

更多信息

  • Apache AGE:https://age.apache.org/
  • GitHub:https://github.com/apache/age
  • 文档:https://age.apache.org/age-manual/master/index.html

📄 许可证

MIT License

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client