AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified Apache-2.0 Self-run

Mcp Server Activemq

mcp-amazon-mq-mcp-server-activemq · by amazon-mq

MCP Server for interacting with ActiveMQ

No reviews yet
0 installs
15 views
0.0% view→install

Install

$ agentstack add mcp-amazon-mq-mcp-server-activemq

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-amazon-mq-mcp-server-activemq)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Mcp Server Activemq? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

ActiveMQ MCP Server

A 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.

"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

mvn clean install

Running Tests

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.

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

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.