80 lines
1.6 KiB
JSON
80 lines
1.6 KiB
JSON
{
|
|
"mcpServers": {
|
|
"git": {
|
|
"command": "uvx",
|
|
"args": [
|
|
"mcp-server-git@2025.12.18",
|
|
"--repository",
|
|
"C:\\NeoZQYY"
|
|
],
|
|
"disabled": false,
|
|
"autoApprove": [
|
|
"all",
|
|
"*"
|
|
]
|
|
},
|
|
"postgres": {
|
|
"disabled": true
|
|
},
|
|
"pg-etl": {
|
|
"command": "uvx",
|
|
"args": [
|
|
"postgres-mcp",
|
|
"--access-mode=unrestricted"
|
|
],
|
|
"env": {
|
|
"DATABASE_URI": "postgresql://local-Python:Neo-local-1991125@100.64.0.4:5432/etl_feiqiu"
|
|
},
|
|
"disabled": true,
|
|
"autoApprove": [
|
|
"all",
|
|
"*"
|
|
]
|
|
},
|
|
"pg-etl-test": {
|
|
"command": "uvx",
|
|
"args": [
|
|
"postgres-mcp",
|
|
"--access-mode=unrestricted"
|
|
],
|
|
"env": {
|
|
"DATABASE_URI": "postgresql://local-Python:Neo-local-1991125@100.64.0.4:5432/test_etl_feiqiu"
|
|
},
|
|
"disabled": false,
|
|
"autoApprove": [
|
|
"all",
|
|
"*"
|
|
]
|
|
},
|
|
"pg-app": {
|
|
"command": "uvx",
|
|
"args": [
|
|
"postgres-mcp",
|
|
"--access-mode=unrestricted"
|
|
],
|
|
"env": {
|
|
"DATABASE_URI": "postgresql://local-Python:Neo-local-1991125@100.64.0.4:5432/zqyy_app"
|
|
},
|
|
"disabled": true,
|
|
"autoApprove": [
|
|
"all",
|
|
"*"
|
|
]
|
|
},
|
|
"pg-app-test": {
|
|
"command": "uvx",
|
|
"args": [
|
|
"postgres-mcp",
|
|
"--access-mode=unrestricted"
|
|
],
|
|
"env": {
|
|
"DATABASE_URI": "postgresql://local-Python:Neo-local-1991125@100.64.0.4:5432/test_zqyy_app"
|
|
},
|
|
"disabled": false,
|
|
"autoApprove": [
|
|
"all",
|
|
"*"
|
|
]
|
|
}
|
|
}
|
|
} |