Apache AGE MCP
JSON →MCP server for Apache AGE graph databases on PostgreSQL. **21 MCP tools** â the most comprehensive Apache AGE MCP server (graph CRUD, Cypher queries, batch transactions, semantic search, Graph RAG, vis.js visualization, export/import) - **F#/.NET** â the only non-Python Apache AGE MCP server, installs as a single dotnet tool - **Production-grade** â BenchmarkDotNet-verified performance (cached queries in 62 ns, Cypher in 1 ms) - **Open source** â MIT license, published on [NuGet](https://www.nuget.org/packages/AgeMcp) - **Documentation** â full docs site at neftedollar.com/age-mcp
Tools · 21
- list_graphs List all graphs in the Apache AGE database
- create_graph Create a new graph in Apache AGE
- delete_graph Delete a graph from Apache AGE
- create_vertex_label Create a vertex label in a graph
- create_edge_label Create an edge label in a graph
- get_vertices Get all vertices from a graph
- get_edges Get all edges from a graph
- add_vertex Add a vertex to a graph
- add_edge Add an edge between two vertices
- update_vertex Update properties of a vertex
- update_edge Update properties of an edge
- delete_vertex Delete a vertex from a graph
- delete_edge Delete an edge from a graph
- find_shortest_path Find the shortest path between two vertices
- find_all_paths Find all paths between two vertices
- run_cypher_query Execute a raw Cypher query on a graph
- get_graph_schema Get the schema of a graph including labels and properties
- get_vertex_neighbors Get all neighbors of a vertex
- get_vertex_degree Get the degree of a vertex
- get_graph_statistics Get statistics about a graph
- export_graph Export a graph to a file format
Environment variables
TENANT_IDEMBEDDING_API_URLEMBEDDING_API_KEY