68 lines
2.0 KiB
JSON
68 lines
2.0 KiB
JSON
{
|
|
"mcpServers": {
|
|
"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
|
|
},
|
|
"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
|
|
},
|
|
"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
|
|
},
|
|
"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
|
|
},
|
|
"weixin-devtools-mcp": {
|
|
"command": "cmd",
|
|
"args": ["/c", "npx", "-y", "weixin-devtools-mcp", "--tools-profile=full", "--ws-endpoint=ws://127.0.0.1:9420"],
|
|
"env": {
|
|
"WECHAT_DEVTOOLS_CLI": "C:\\dev\\WechatDevtools\\cli.bat",
|
|
"WECHAT_DEVTOOLS_PROJECT": "C:\\NeoZQYY\\apps\\miniprogram"
|
|
},
|
|
"disabled": false
|
|
},
|
|
"playwright": {
|
|
"command": "cmd",
|
|
"args": ["/c", "npx", "@playwright/mcp@latest"],
|
|
"disabled": false
|
|
},
|
|
"openapi": {
|
|
"command": "uv",
|
|
"args": [
|
|
"tool", "run",
|
|
"--from", "awslabs.openapi-mcp-server@latest",
|
|
"--with", "fastmcp>=2.14.0,<3.0.0",
|
|
"awslabs.openapi-mcp-server.exe",
|
|
"--api-name", "miniapp-backend",
|
|
"--api-url", "http://127.0.0.1:8000",
|
|
"--spec-path", "C:\\NeoZQYY\\docs\\contracts\\openapi\\backend-api.json",
|
|
"--log-level", "ERROR"
|
|
],
|
|
"env": {
|
|
"PYTHONUTF8": "1"
|
|
},
|
|
"disabled": false
|
|
}
|
|
}
|
|
}
|