@@ -46,13 +46,24 @@ MCP specification and SDK are more stable.
46
46
47
47
## How do I install it?
48
48
49
- _ This server can run as a Java application or inside a Docker container._ If Java is installed on your machine, this
50
- first option is
51
- probably the easiest one. If you don't have Java installed, or if you want to have something a bit more secure, you can
52
- use the second option.
49
+ _ This server can run as a Java application or inside a Docker container._
53
50
54
- For both installations, the ` stio ` transport and the ` http ` transports are both available. The HTTP server should be
55
- available at [ http://localhost:6273/sse ] ( http://localhost:6273/sse ) .
51
+ For both installations, only the ` stio ` transport is available. The ` http ` transport will be available later.
52
+
53
+ ### Installation with Smithery.ai
54
+
55
+ You can install the MCP server through Smithery.ai:
56
+
57
+ [ ![ smithery badge] ( https://smithery.ai/badge/@jdubois/azure-cli-mcp )] ( https://smithery.ai/server/@jdubois/azure-cli-mcp )
58
+
59
+ This is similar to our Docker container installation below, but runs on Smithery.ai's servers. While this installation
60
+ is initially the easiest, please note that:
61
+
62
+ - You will need an ` AZURE_CREDENTIALS ` key, as described below in the Docker installation section, and that this key
63
+ will be sent to Smithery.ai.
64
+ - Smithery.ai is a third-party service, and you need to trust them to build this MCP server for you (it uses the same
65
+ Dockerfile as our Docker image, but isn't built by us).
66
+ - This is still an early preview service, so we can't guarantee how it will evolve.
56
67
57
68
### Install and configure the server with Java
58
69
@@ -83,7 +94,7 @@ where you downloaded the `azure-cli-mcp.jar` file.
83
94
}
84
95
```
85
96
86
- To use the server from VS Code Insiders , here are the steps to configure it:
97
+ To use the server from VS Code, here are the steps to configure it:
87
98
88
99
- Install GitHub Copilot
89
100
- Install this MCP Server using the command palette: ` MCP: Add Server... `
@@ -133,7 +144,7 @@ the quotes escaped.
133
144
}
134
145
```
135
146
136
- To use the server from VS Code Insiders , here are the steps to configure it:
147
+ To use the server from VS Code, here are the steps to configure it:
137
148
138
149
- Install GitHub Copilot
139
150
- Install this MCP Server using the command palette: ` MCP: Add Server... `
0 commit comments