docs initial
This commit is contained in:
@@ -2,22 +2,35 @@
|
||||
"mcpServers": {
|
||||
"postgres": {
|
||||
"command": "uvx",
|
||||
"args": ["postgres-mcp", "--access-mode=unrestricted"],
|
||||
"args": [
|
||||
"postgres-mcp",
|
||||
"--access-mode=unrestricted"
|
||||
],
|
||||
"env": {
|
||||
"DATABASE_URI": "postgresql://postgres:postgres@localhost:5332/cofee"
|
||||
"DATABASE_URI": "postgresql://postgres:postgres@localhost:5332/coffee_project_db"
|
||||
}
|
||||
},
|
||||
"redis": {
|
||||
"command": "uvx",
|
||||
"args": ["--from", "redis-mcp-server@latest", "redis-mcp-server", "--url", "redis://localhost:6379/0"]
|
||||
"args": [
|
||||
"--from",
|
||||
"redis-mcp-server@latest",
|
||||
"redis-mcp-server",
|
||||
"--url",
|
||||
"redis://localhost:6379/0"
|
||||
]
|
||||
},
|
||||
"lighthouse": {
|
||||
"command": "bunx",
|
||||
"args": ["@danielsogl/lighthouse-mcp@latest"]
|
||||
"args": [
|
||||
"@danielsogl/lighthouse-mcp@latest"
|
||||
]
|
||||
},
|
||||
"docker": {
|
||||
"command": "uvx",
|
||||
"args": ["mcp-server-docker"]
|
||||
"args": [
|
||||
"mcp-server-docker"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user