# Mcp Server Activemq

> MCP Server for interacting with ActiveMQ

- **Type:** MCP server
- **Install:** `agentstack add mcp-amazon-mq-mcp-server-activemq`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [amazon-mq](https://agentstack.voostack.com/s/amazon-mq)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [amazon-mq](https://github.com/amazon-mq)
- **Source:** https://github.com/amazon-mq/mcp-server-activemq

## Install

```sh
agentstack add mcp-amazon-mq-mcp-server-activemq
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# ActiveMQ MCP Server

A [Model Context Protocol](https://www.anthropic.com/news/model-context-protocol) server implementation for ActiveMQ operation.

## Features

* You can manage your ActiveMQ message broker using AI agent. This MCP server wraps JMS Messaging APIs of an ActiveMQ broker as MCP tools. It also uses Jolokia to interact with ActiveMQ on admin level.

* The MCP server communicates with the agent using `stdIO`, and it communicates with ActiveMQ broker using `OpenWire`.

## Tools
* Send message to a topic
* Send message to a queue
* Inspect the status of a topic (user needs to enable Cross-Origin Resource Sharing in Jolokia config)
* Inspect the status of a queue (user needs to enable Cross-Origin Resource Sharing in Jolokia config)

## Installation
Currently the user needs to download the MCP server, compile it and add the jar file into the MCP client configuration of the agent. (e.g., for Amazon Q Developer CLI, edit `~/.aws/amazonq/mcp.json`):

To compile the MCP Server, you need to go to the folder containing `pom.xml` and run `mvn clean install`. And the generated jar file will be located in `target` folder.

You can add the following config in the MCP client configuration.
```angular2html
"mcp-activemq":{
      "command": "java",
      "args":[
          "-jar",
          "PATH-TO-JAR-FILE"
      ]
}
```

## Roadmap
1. More tools for both messaging and admin parts.
2. Upload the MCP server, so that the user don't have to fork and build the MCP server locally.

## Development
### Set up Development Environment
```angular2html
mvn clean install
```
### Running Tests
```angular2html
mvn test
```

## References
https://activemq.apache.org/components/classic/download/classic-05-18-07

https://activemq.apache.org/components/classic/documentation/how-can-i-monitor-activemq-classic

https://github.com/spring-projects/spring-ai-examples

https://docs.aws.amazon.com/amazon-mq/latest/developer-guide/amazon-mq-working-java-example.html

## Security

See [CONTRIBUTING](CONTRIBUTING.md#security-issue-notifications) for more information.

## License

This project is licensed under the Apache-2.0 License.

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [amazon-mq](https://github.com/amazon-mq)
- **Source:** [amazon-mq/mcp-server-activemq](https://github.com/amazon-mq/mcp-server-activemq)
- **License:** Apache-2.0

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-amazon-mq-mcp-server-activemq
- Seller: https://agentstack.voostack.com/s/amazon-mq
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
