postgresの使用記録
- dockerモード
{
"mcpServers": {
"postgres": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"mcp/postgres",
"postgresql://host. ocker.internal:5432/mydb"]
}
}
}
{
"mcpServers": {
"postgres": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"mcp/postgres",
"postgresql://host. ocker.internal:5432/mydb"]
}
}
}