MCP.so
ログイン

MNS MCP Server

@MCP-Mirror

MNS MCP Server について

Mirror of

基本情報

カテゴリ

その他

ランタイム

python

トランスポート

stdio

公開者

MCP-Mirror

設定

標準の設定はありません

このサーバーの README には解析可能な MCP 設定ブロックが含まれていません。インストール手順はリポジトリをご確認ください。

リポジトリ

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is MNS MCP Server?

MNS MCP Server is a management tool based on Alibaba Cloud Message Service (MNS) implemented via the MCP framework. It enables users to easily integrate and manage MNS resources through configuration in a MCP Host.

How to use MNS MCP Server?

Clone the repository, then add the provided JSON configuration block to your MCP Host configuration file, specifying the correct path to uv and setting the environment variables for MNS_ACCESS_KEY_ID, MNS_ACCESS_KEY_SECRET, and MNS_ENDPOINT.

Key features of MNS MCP Server

  • Create MNS queues dynamically.
  • Delete specified MNS queues.
  • Send messages to a queue.
  • Receive and delete messages from a queue.
  • List queues with optional prefix filtering.

Use cases of MNS MCP Server

  • Automate MNS queue lifecycle management via MCP.
  • Integrate message sending into MCP-based workflows.
  • Receive and process messages from MNS queues programmatically.

FAQ from MNS MCP Server

What environment variables are required?

MNS_ACCESS_KEY_ID, MNS_ACCESS_KEY_SECRET, and MNS_ENDPOINT are required.

What runtime does it require?

Python 3.8+ and the aliyun-mns-sdk package.

How do I install and configure it?

Clone the repo, add the JSON configuration to your MCP Host file, replace the placeholder values with your actual credentials and endpoint.

What operations does it support?

Creating queues, deleting queues, sending messages, receiving messages, and listing queues.

Does it have any known limits or security considerations?

The README does not mention any limits; authentication is handled via Alibaba Cloud access keys set in environment variables.

コメント

「その他」の他のコンテンツ