Files
janssen/.mcp.json
T
2026-06-11 09:34:01 +02:00

45 lines
1.4 KiB
JSON

{
"mcpServers": {
"janssen-mongo": {
"command": "python",
"args": ["U:\\PythonProject\\Janssen\\mcp_mongo.py"],
"cwd": "U:\\PythonProject\\Janssen"
},
"janssen-postgres": {
"command": "python",
"args": ["U:\\PythonProject\\Janssen\\mcp_postgres.py"],
"cwd": "U:\\PythonProject\\Janssen"
},
"jnjemails": {
"command": "python",
"args": ["U:\\PythonProject\\Janssen\\EmailsImport\\mcp_jnjemails.py"],
"cwd": "U:\\PythonProject\\Janssen\\EmailsImport"
},
"soubory": {
"command": "U:\\janssen\\.venv\\Scripts\\python.exe",
"args": ["U:\\janssen\\soubory\\mcp_soubory.py"],
"cwd": "U:\\janssen\\soubory"
},
"emaily": {
"command": "U:\\janssen\\.venv\\Scripts\\python.exe",
"args": ["U:\\janssen\\EmailsImport\\mcp_emaily.py"],
"cwd": "U:\\janssen\\EmailsImport"
},
"owa": {
"command": "python",
"args": ["U:\\PythonProject\\Janssen\\OutlookVBCZ\\TRASH\\mcp_owa_v1.3.py"],
"cwd": "U:\\PythonProject\\Janssen\\OutlookVBCZ"
},
"vbcz-email": {
"command": "python",
"args": ["U:\\PythonProject\\Janssen\\OutlookVBCZ\\mcp_vbcz_email_v1.6.py"],
"cwd": "U:\\PythonProject\\Janssen\\OutlookVBCZ"
},
"trilium": {
"command": "python",
"args": ["U:\\PythonProject\\Janssen\\TrilliumMCP\\mcp_trilium_v1.1.py"],
"cwd": "U:\\PythonProject\\Janssen\\TrilliumMCP"
}
}
}