36 lines
918 B
JSON
Executable File
36 lines
918 B
JSON
Executable File
{
|
|
"mcpServers": {
|
|
"focalboard": {
|
|
"command": "docker",
|
|
"args": [
|
|
"run",
|
|
"-i",
|
|
"--rm",
|
|
"--network", "shared_db_net",
|
|
"--env-file", "/opt/docker/dev/service_finder/.roo/.env.focalboard",
|
|
"mcp-focalboard-custom",
|
|
"node",
|
|
"build/index.js"
|
|
],
|
|
"disabled": false,
|
|
"autoApprove": [],
|
|
"alwaysAllow": ["create_card", "move_card", "get_boards", "get_cards"]
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
} |