
Note: Make sure to restart Cline after adding the configuration.
1{2 "mcpServers": {3 "neo4j": {4 "env": {5 "NEO4J_URI": "bolt://localhost:7687",6 "NEO4J_DATABASE": "neo4j",7 "NEO4J_PASSWORD": "your-password",8 "NEO4J_USERNAME": "neo4j"9 },10 "args": [11 "@alanse/mcp-neo4j-server"12 ],13 "command": "npx"14 }15 }16}
暂无评论. 成为第一个评论的人!
登录以参与讨论