We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dfee8aa + 5ac1db2 commit c5795c2Copy full SHA for c5795c2
README.md
@@ -34,6 +34,24 @@ The DoiT MCP server is available at: https://mcp.doit.com/sse
34
}
35
```
36
37
+### AWS Q CLI
38
+
39
+1. Create an API key in the [API section](https://app.doit.com/profile/api) of the DoiT Console.
40
+2. Note the API key value for the below command.
41
+3. Run the following command:
42
43
+```bash
44
+q mcp-server create --name doit-mcp-server --url https://mcp.doit.com/sse --api-key your_doit_api_key
45
+```
46
47
+4. Start q chat by running this command:
48
49
50
+q chat
51
52
53
+5. Ensure that it connects and lists it as doit-mcp-server loaded at the top of the chat session.
54
55
## STDIO - local server
56
57
### Claude Desktop App
0 commit comments