Mcp Server Amq

by kenliao94

151 downloads
Not rated
GitHub

About

MCP server for interacting with AWS AmazonMQ APIs

Details

Author
kenliao94
Downloads
151
Categories
Other

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Mcp Server Amq
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Clone the repository and add the server configuration to claude_desktop_config.json. The config uses uv as the command with arguments pointing to the repo directory and running mcp-server-amq. AWS credentials must be configured beforehand using aws configure with an access key and secret key.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "mcp server amq": {
            "amq": {
                "command": "uv",
                "args": [
                    "--directory",
                    "/path/to/repo/mcp-server-amq",
                    "run",
                    "mcp-server-amq"
                ]
            }
        }
    }
}

McpServers

{
    "amq": {
        "command": "uv",
        "args": [
            "--directory",
            "/path/to/repo/mcp-server-amq",
            "run",
            "mcp-server-amq"
        ]
    }
}

Setup the MCP server

- Provision a user on your AWS account IAM. - Attach ONLY AmazonMQFullAccess on the new user. - Use aws configure on your environment to configure the credential (You need the access ID and access key that generated in previous steps)

Manual Installation

1. Clone this repository. 2. Add the following to your claude_desktop_config.json file: - On MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json - On Windows: %APPDATA%/Claude/claude_desktop_config.json

```
{
"mcpServers": {
"amq": {
"command": "uv",
"args": [
"--directory",
"/path/to/repo/mcp-server-amq",
"run",
"mcp-server-amq"
]
}
}
}

TODO:
1. Make sure all APIs are taken care of https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/mq.html

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.