feat: add mcp-servers/**
This commit is contained in:
14
mcp-servers/neo4j-memory/.env.example
Normal file
14
mcp-servers/neo4j-memory/.env.example
Normal file
@@ -0,0 +1,14 @@
|
||||
# MCP Neo4j Memory Server Configuration
|
||||
# ====================================
|
||||
|
||||
# MCP Service
|
||||
MCP_NEO4J_MEMORY_VERSION=latest
|
||||
MCP_NEO4J_MEMORY_PORT_OVERRIDE=8000
|
||||
|
||||
# Neo4j Connection
|
||||
NEO4J_URL=bolt://localhost:7687
|
||||
NEO4J_USER=neo4j
|
||||
NEO4J_PASSWORD=password
|
||||
|
||||
# Timezone
|
||||
TZ=UTC
|
||||
Reference in New Issue
Block a user