Files
Neo-ZQYY/.mcp.json
2026-05-02 03:11:39 +08:00

61 lines
2.3 KiB
JSON

{
"mcpServers": {
"pg-etl": {
"command": "powershell.exe",
"args": ["-NoProfile", "-ExecutionPolicy", "Bypass", "-File", "C:\\Project\\NeoZQYY\\tools\\codex\\mcp-postgres.ps1", "PG_DSN"],
"disabled": true
},
"pg-etl-test": {
"command": "powershell.exe",
"args": ["-NoProfile", "-ExecutionPolicy", "Bypass", "-File", "C:\\Project\\NeoZQYY\\tools\\codex\\mcp-postgres.ps1", "TEST_DB_DSN"],
"disabled": false
},
"pg-app": {
"command": "powershell.exe",
"args": ["-NoProfile", "-ExecutionPolicy", "Bypass", "-File", "C:\\Project\\NeoZQYY\\tools\\codex\\mcp-postgres.ps1", "APP_DB_DSN"],
"disabled": true
},
"pg-app-test": {
"command": "powershell.exe",
"args": ["-NoProfile", "-ExecutionPolicy", "Bypass", "-File", "C:\\Project\\NeoZQYY\\tools\\codex\\mcp-postgres.ps1", "TEST_APP_DB_DSN"],
"disabled": false
},
"weixin-devtools-mcp": {
"command": "C:\\nvm4w\\nodejs\\npx.cmd",
"args": ["-y", "weixin-devtools-mcp", "--tools-profile=full", "--ws-endpoint=ws://127.0.0.1:9420"],
"env": {
"PATH": "C:\\nvm4w\\nodejs;C:\\Windows\\System32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0",
"WECHAT_DEVTOOLS_CLI": "C:\\dev\\wechat-devtools-cli.bat",
"WECHAT_DEVTOOLS_PROJECT": "C:\\Project\\NeoZQYY\\apps\\miniprogram\\miniprogram"
},
"disabled": false
},
"playwright": {
"command": "C:\\nvm4w\\nodejs\\npx.cmd",
"args": ["@playwright/mcp@latest"],
"env": {
"PATH": "C:\\nvm4w\\nodejs;C:\\Windows\\System32;C:\\Windows;C:\\Windows\\System32\\Wbem;C:\\Windows\\System32\\WindowsPowerShell\\v1.0"
},
"disabled": false
},
"openapi": {
"command": "C:\\Dev\\miniconda3\\Scripts\\uv.exe",
"args": [
"tool", "run",
"--python", "3.12",
"--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:\\Project\\NeoZQYY\\docs\\contracts\\openapi\\backend-api.json",
"--log-level", "ERROR"
],
"env": {
"PYTHONUTF8": "1"
},
"disabled": false
}
}
}