20 lines
478 B
JSON
Executable File
20 lines
478 B
JSON
Executable File
{
|
|
"mcpServers": {
|
|
"postgres-wiki": {
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"@modelcontextprotocol/server-postgres",
|
|
"postgresql://wikijs:${WIKIJS_DB_PASSWORD}@wikijs-db:5432/wiki"
|
|
]
|
|
},
|
|
"postgres-service-finder": {
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"@modelcontextprotocol/server-postgres",
|
|
"postgresql://sf_user:${SF_DB_PASSWORD}@service-finder-db:5432/service_finder_db"
|
|
]
|
|
}
|
|
}
|
|
} |