# amitte/neo4j-tools

> Read-only Neo4j surface — run_query (READ access mode), get_schema, list_labels. Cypher is run with `db.session().executeRead`.

## Identity

- **Type:** mcp-server
- **Version:** 0.1.0
- **Trust tier:** official
- **License:** Apache-2.0
- **Authors:** Amitte Maintainers
- **Repo / bundle:** amitte/showcase
- **Canonical URL:** https://amitte.com/s/amitte/neo4j-tools

## Tags

- **Capabilities:** cypher-read, schema-read, labels-list
- **Domains:** databases, graph

## Evaluation

- **Adversarial score:** 95/100
- **Content score:** 82/100

## Endpoints

- **service-backed** `neo4j-tools` → https://mcp.amitte.com/v1/neo4j-tools/sse — Remote MCP server fronting a Neo4j cluster via a reader role + READ access mode. Compatible with Claude Desktop, Cursor, VS Code.
  - tool: `run_query` — Read-only. Execute a Cypher query in READ access mode. Mutating clauses (CREATE / MERGE / SET / DELETE) are rejected by both the parser and the access mode.
  - tool: `get_schema` — Read-only. Return the database schema via `CALL db.schema.visualization()`.
  - tool: `list_labels` — Read-only. List node labels and relationship types in the database.

## Programmatic access

- Fetch JSON-RPC: `POST https://registry.amitte.com/rpc` with `{ "method": "fetch", "params": { "id": "amitte/neo4j-tools" } }`
- Install via CLI: `amitte install amitte/neo4j-tools`
- HTML page: https://amitte.com/s/amitte/neo4j-tools

Last updated: 2026-06-08T17:01:32.331Z