
Note: Make sure to restart Cline after adding the configuration.
1{2 "mcpServers": {3 "atlas": {4 "env": {5 "NODE_ENV": "development",6 "NEO4J_URI": "bolt://localhost:7687",7 "NEO4J_USER": "neo4j",8 "MCP_LOG_LEVEL": "info",9 "NEO4J_PASSWORD": "password2",10 "MCP_TRANSPORT_TYPE": "stdio"11 },12 "args": [13 "/full/path/to/atlas-mcp-server/dist/index.js"14 ],15 "command": "node"16 }17 }18}
No reviews yet. Be the first to review!
Sign in to join the conversation