Skip to main content
Glama
guerinjeanmarc

Neo4j GraphRAG MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NEO4J_URIYesNeo4j connection URI (default: bolt://localhost:7687)
AZURE_API_KEYNoAzure API key (required if using Azure embedding model)
AZURE_API_BASENoAzure API base URL (required if using Azure embedding model)
COHERE_API_KEYNoCohere API key (required if using Cohere embedding model)
NEO4J_DATABASENoDatabase name (default: neo4j)
NEO4J_PASSWORDYesNeo4j password (default: password)
NEO4J_USERNAMEYesNeo4j username (default: neo4j)
OPENAI_API_KEYNoOpenAI API key (required if using OpenAI embedding model)
EMBEDDING_MODELNoEmbedding model (default: text-embedding-3-small)
AWS_ACCESS_KEY_IDNoAWS access key ID (required if using Bedrock embedding model)
AWS_SECRET_ACCESS_KEYNoAWS secret access key (required if using Bedrock embedding model)

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

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/guerinjeanmarc/mcp-neo4j-graphrag'

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