Skip to main content
Glama
hdjebar

Neo4j YASS MCP

by hdjebar

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LLM_MODELNoLLM model name (e.g., gpt-4, claude-3-5-sonnet-20241022, gemini-1.5-flash). Default: gpt-4gpt-4
NEO4J_URIYesNeo4j database URI (e.g., bolt://localhost:7687)
LLM_API_KEYYesAPI key for the LLM provider (e.g., OpenAI, Anthropic, Google)
LLM_PROVIDERNoLLM provider (openai, anthropic, google-genai). Default: openaiopenai
MCP_TRANSPORTNoTransport mode (stdio, http, sse). Default: stdiostdio
NEO4J_DATABASENoNeo4j database name (Enterprise only). Default: neo4jneo4j
NEO4J_PASSWORDYesNeo4j database password
NEO4J_USERNAMEYesNeo4j database username
MCP_SERVER_HOSTNoServer host for HTTP/SSE transport. Default: 127.0.0.1127.0.0.1
MCP_SERVER_PATHNoServer path for HTTP transport. Default: /mcp//mcp/
MCP_SERVER_PORTNoServer port for HTTP/SSE transport. Default: 80008000
NEO4J_READ_ONLYNoRestrict to read-only queries. Default: falsefalse
AUDIT_LOG_ENABLEDNoEnable audit logging. Default: truetrue
SANITIZER_ENABLEDNoEnable query sanitization. Default: truetrue

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/hdjebar/neo4j-yass-mcp'

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