MCP Servers / database / Apache AGE MCP

Apache AGE MCP

JSON →
stdiononedatabase

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

Install
How to run this server

No install command recorded.

server path: apache-age-mcp
Tools
What this server exposes
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
Configuration
Environment & auth
authnone
envTENANT_ID
envEMBEDDING_API_URL
envEMBEDDING_API_KEY
Resources
Apache AGE MCP — MCP Server · libregistry