Files
ordinaceprojekt/claude_desktop_config_navrh.json
T
2026-06-12 15:32:22 +02:00

35 lines
684 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"
]
},
"janssen-mongo": {
"command": "python",
"args": [
"U:\\PythonProject\\Janssen\\mcp_mongo.py"
]
},
"janssen-postgres": {
"command": "python",
"args": [
"U:\\PythonProject\\Janssen\\mcp_postgres.py"
]
}
}
}