Files

23 lines
540 B
JSON

{
"$schema": "https://opencode.ai/config.json",
"plugin": ["superpowers@git+https://github.com/obra/superpowers.git"],
"mcp": {
"docauditai": {
"type": "local",
"command": [
"npx",
"@henkey/postgres-mcp-server",
"--connection-string"
]
},
"postgres-db": {
"type": "local",
"command": [
"npx",
"@henkey/postgres-mcp-server",
"--connection-string",
"postgresql://docauditai_admin:zhfw*123*@nas.7bm.co:54302/docauditai"
]
}
}
}