mcp_server


powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"



https://github.com/runekaagaard/mcp-alchemy


"imes": {
   "command": "uvx",
   "args": ["--from", "mcp-alchemy==2025.8.15.91819", "--with", "oracledb",
            "--refresh-package", "mcp-alchemy", "mcp-alchemy"],
   "env": {
     "DB_URL": "oracle+oracledb://imes:imes@10.30.35.204/MQ1"
   }
}


{
   "mcpServers": {
     "my_mssql_db": {
       "command": "uvx",
       "args": ["--from", "mcp-alchemy==2025.8.15.91819", "--with", "pymssql",
                "--refresh-package", "mcp-alchemy", "mcp-alchemy"],
       "env": {
         "DB_URL": "mssql+pymssql://sa:password@localhost/freesqlTest"
       }
     }
   }
}

posted @ 2025-10-08 22:00  网络来者  阅读(7)  评论(0)    收藏  举报