iam-amanshrivastav
MCP Serveriam-amanshrivastavpublic

architecture diagram using mcp server client

In this project I have covered how to create architecture diagram using AmazonQ CLI & MCP server

Repository Info

0
Stars
0
Forks
0
Watchers
0
Issues
TypeScript
Language
-
License

About This Server

In this project I have covered how to create architecture diagram using AmazonQ CLI & MCP server

Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.

Documentation

DevOps Projects & Architecture Diagrams with Amazon Q CLI & MCP

For MacOS

On your terminal, run the command

brew install amazon-q

For WSL (Windows Subsystem For Linux)

Download installation zip file:

curl --proto '=https' --tlsv1.2 -sSf "https://desktop-release.q.us-east-1.amazonaws.com/latest/q-x86_64-linux.zip" -o "q.zip"

• Unzip the installer:unzip q.zip • Run the install program:./q/install.shBy default, the files are installed to ~/.local/bin.

For Linux (Ubuntu)

Make sure your machine is updated and has Libfuse2 installed sudo apt-get update

sudo apt install libfuse2

Install the deb file for Amazon Q

curl --proto '=https' --tlsv1.2 -sSf https://desktop-release.q.us-east-1.amazonaws.com/latest/amazon-q.deb -o amazon-q.deb

Install Amazon Q debian file

sudo apt install -y ./amazon-q.deb

Login into Amazon Q developer by creating a BuilderID here followed by command

q login

once you have logged in, just write simple command

q

For exit type

/quit

MCP Support on Amazon Q CLI

Now let's power up your Amazon Q CLI with MCP Servers. You need uv to install and Run MCP Servers

sudo snap install astral-uv --classic

Now go to ~/.aws/amazonq folder using

cd ~/.aws/amazonq

Now create a file called mcp.json in ~/.aws/amazonq

vim mcp.json

and add this

{

	"mcpServers" : {
    
 "awslabs.cdk-mcp-server": {
        "command": "uvx",
        "args": ["awslabs.cdk-mcp-server@latest"],
        "env": {
           "FASTMCP_LOG_LEVEL": "ERROR"
        }
   },
 "awslabs.aws-diagram-mcp-server": {
 		"command": "uvx",
 		"args": ["awslabs.aws-diagram-mcp-server"],
 		"env": {
 			"FASTMCP_LOG_LEVEL": "ERROR"
 		},
 		"autoApprove": [],
 		"disabled": false
 	}
}
}

That's it, you're all set to take your DevOps & Cloud skills to the next level with AI. Write a simple prompt Create a simple flask application that shares random motivational quotes in Hindi

Quick Start

1

Clone the repository

git clone https://github.com/iam-amanshrivastav/architecture-diagram-using-mcp-server-client
2

Install dependencies

cd architecture-diagram-using-mcp-server-client
npm install
3

Follow the documentation

Check the repository's README.md file for specific installation and usage instructions.

Repository Details

Owneriam-amanshrivastav
Repoarchitecture-diagram-using-mcp-server-client
LanguageTypeScript
License-
Last fetched8/10/2025

Recommended MCP Servers

💬

Discord MCP

Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.

integrationsdiscordchat
🔗

Knit MCP

Connect AI agents to 200+ SaaS applications and automate workflows.

integrationsautomationsaas
🕷️

Apify MCP Server

Deploy and interact with Apify actors for web scraping and data extraction.

apifycrawlerdata
🌐

BrowserStack MCP

BrowserStack MCP Server for automated testing across multiple browsers.

testingqabrowsers

Zapier MCP

A Zapier server that provides automation capabilities for various apps.

zapierautomation