agemcp

veloper/agemcp

3.2

If you are the rightful owner of agemcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Apache AGE MCP Server provides an interface for AI Agents to manage multiple graphs in Apache AGE, offering tools for creating, updating, administering, and visualizing graphs.

Tools

Functions exposed to the LLM to take actions

get_or_create_graph

Get or create a graph with the specified name.

list_graphs

List all graph names in the database.

upsert_graph

Upsert both vertices and edges into the specified graph (deep merge).

upsert_edge

Insert or update an edge's properties in a graph non-destructively.

upsert_vertex

Insert or update a vertex's properties in a graph non-destructively.

drop_graphs

Drop one or more graphs by name.

drop_vertex

Remove a vertex by ident.

drop_edge

Remove an edge by ident.

generate_visualization

Generate a single-page HTML file visualizing a graph using vis.js and pyvis.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources