| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061 |
- {
- "mcpServers": {
- "windows-mcp": {
- "command": "uv",
- "args": [
- "--directory",
- "C:/Windows-MCP",
- "run",
- "main.py"
- ],
- "env": {
- "PYTHONUNBUFFERED": "1"
- },
- "metadata": {
- "description": "Windows-MCP server for local system operations",
- "homepage": "https://github.com/CursorTouch/Windows-MCP"
- }
- },
- "filesystem": {
- "command": "C:\\Users\\Administrator\\AppData\\Roaming\\nvm\\v18.20.2\\node.exe",
- "args": [
- "C:\\Users\\Administrator\\AppData\\Roaming\\nvm\\v18.20.2\\node_modules\\@modelcontextprotocol\\server-filesystem\\dist\\index.js",
- "D:\\www"
- ]
- },
- "mysqlyitongchengtest": {
- "command": "npx",
- "args": [
- "-y",
- "@bytebase/dbhub",
- "--transport",
- "stdio",
- "--dsn",
- "mysql://admin:wK7p16bw5z@123.57.137.186:3306/yitongchengtest?sslmode=disable"
- ]
- },
- "mysql": {
- "command": "npx",
- "args": [
- "-y",
- "@bytebase/dbhub",
- "--transport",
- "stdio",
- "--dsn",
- "mysql://nn2025112501:kB8SXpiG7pa2iXe2@47.112.222.163:63306/nn2025112501?sslmode=disable"
- ]
- },
- "fetch": {
- "command": "C:\\Users\\Administrator\\AppData\\Roaming\\nvm\\v20.19.5\\node.exe",
- "args": [
- "C:\\Users\\Administrator\\AppData\\Roaming\\nvm\\v20.19.5\\node_modules\\fetch-mcp\\dist\\index.js"
- ]
- },
- "windows-cli": {
- "command": "C:\\Users\\Administrator\\AppData\\Roaming\\nvm\\v20.19.5\\node.exe",
- "args": [
- "C:\\Users\\Administrator\\AppData\\Roaming\\nvm\\v20.19.5\\windows-cli-mcp-server-main\\dist\\index.js"
- ]
- }
- }
- }
|