Skip to main content
Glama

MCP Neo4j Server

by da-okazaki

execute_query

Run Cypher queries on a Neo4j database to interact with and manage graph data, enabling actions like creating nodes and establishing relationships.

Instructions

Execute a Cypher query on Neo4j database

Input Schema

NameRequiredDescriptionDefault
paramsNoQuery parameters
queryYesCypher query to execute

Input Schema (JSON Schema)

{ "properties": { "params": { "additionalProperties": true, "description": "Query parameters", "type": "object" }, "query": { "description": "Cypher query to execute", "type": "string" } }, "required": [ "query" ], "type": "object" }

You must be authenticated.

Other Tools from MCP Neo4j Server

Related Tools

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/da-okazaki/mcp-neo4j-server'

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