Files
ordinaceprojekt/claude_desktop_config_navrh.json
T
Vladimir Buzalka 672ee26357 notebookvb
2026-06-16 06:48:35 +02:00

41 lines
809 B
JSON

{
"mcpServers": {
"medicus-firebird": {
"command": "python",
"args": [
"U:\\ordinaceprojekt\\mcp_firebird.py"
]
},
"medevio-api": {
"command": "python",
"args": [
"U:\\ordinaceprojekt\\mcp_medevio.py"
]
},
"medevio-mysql": {
"command": "python",
"args": [
"U:\\ordinaceprojekt\\mcp_medevio_mysql.py"
]
},
"insurance": {
"command": "python",
"args": [
"U:\\ordinaceprojekt\\mcp_insurance.py"
]
},
"janssen-mongo": {
"command": "python",
"args": [
"U:\\PythonProject\\Janssen\\mcp_mongo.py"
]
},
"janssen-postgres": {
"command": "python",
"args": [
"U:\\PythonProject\\Janssen\\mcp_postgres.py"
]
}
}
}