Skip to main content
Glama
jeffneo

neo4j-mcp-gateway

by jeffneo

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NEO4J_URINoNeo4j bolt URI (shared)bolt://localhost:7687
TOOLS_DIRNoWhere YAML use-case tools are discoveredtools
NEO4J_MCP_CMDNoHow to launch the official downstream serveruvx neo4j-mcp-server
NEO4J_DATABASENoTarget database (shared)neo4j
NEO4J_PASSWORDNoNeo4j password (shared)password
NEO4J_USERNAMENoNeo4j user (shared)neo4j
USECASE_PREFIXNoNamespace prefix for YAML tool namesusecase_
NEO4J_READ_ONLYNoSet to 'true' to disable downstream write-cypher
NEO4J_TELEMETRYNoDownstream telemetry opt-infalse

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
usecase_detect_synthetic_identityA

Identifies potential synthetic identities by finding clusters of identities sharing PII elements without legitimate relationship explanation.

(Use-case tool from detect_synthetic_identity.yaml; runs curated Cypher in read mode.)

usecase_search_movies_by_actorA

Find movies a given actor appeared in.

(Use-case tool from example_movies.yaml; runs curated Cypher in read mode.)

usecase_high_risk_transactionsA

List a customer's outgoing transactions that benefit an account in a high-risk jurisdiction, optionally filtered to a minimum amount. Useful for AML triage.

(Use-case tool from high_risk_transactions.yaml; runs curated Cypher in read mode.)

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jeffneo/neo4j-mcp-gateway'

If you have feedback or need assistance with the MCP directory API, please join our Discord server