Skip to content

Commit 5ac1db2

Browse files
committed
Added instructions on connecting the AWS Q to the DoiT MCP Server.
1 parent dfee8aa commit 5ac1db2

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,24 @@ The DoiT MCP server is available at: https://mcp.doit.com/sse
3434
}
3535
```
3636

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+
```bash
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+
3755
## STDIO - local server
3856

3957
### Claude Desktop App

0 commit comments

Comments
 (0)