rabbitmq-mcp-server


Namerabbitmq-mcp-server JSON
Version 1.2.0 PyPI version JSON
download
home_pageNone
SummaryMCP server for RabbitMQ with semantic discovery (search-ids, get-id, call-id)
upload_time2025-10-16 03:04:11
maintainerNone
docs_urlNone
authorNone
requires_python>=3.12
licenseLGPL-3.0-or-later
keywords ai llm mcp model-context-protocol rabbitmq semantic-search
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # RabbitMQ MCP Connection

Esta feature implementa conexão básica com RabbitMQ exposta via MCP (Model Context Protocol) seguindo o padrão de descoberta semântica (`search-ids`, `get-id`, `call-id`).

## Estrutura

- `src/`
  - `connection/`: componentes núcleo de conexão AMQP
  - `logging/`: configuração de logging estruturado
  - `schemas/`: validações Pydantic
  - `tools/`: MCP tools para operações RabbitMQ
- `tests/`
  - `unit/`, `integration/`, `contract/`: suites de teste
- `config/`: exemplos de configuração (`config.toml.example`, `.env.example`)

Consulte `specs/002-basic-rabbitmq-connection/` para spec, plano e tasks completas.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "rabbitmq-mcp-server",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": null,
    "keywords": "ai, llm, mcp, model-context-protocol, rabbitmq, semantic-search",
    "author": null,
    "author_email": "Your Name <you@example.com>",
    "download_url": "https://files.pythonhosted.org/packages/3c/65/ad4fdabf8bd75568945fa59036038720b53e69e18c18bf46a90faaf94b9a/rabbitmq_mcp_server-1.2.0.tar.gz",
    "platform": null,
    "description": "# RabbitMQ MCP Connection\n\nEsta feature implementa conex\u00e3o b\u00e1sica com RabbitMQ exposta via MCP (Model Context Protocol) seguindo o padr\u00e3o de descoberta sem\u00e2ntica (`search-ids`, `get-id`, `call-id`).\n\n## Estrutura\n\n- `src/`\n  - `connection/`: componentes n\u00facleo de conex\u00e3o AMQP\n  - `logging/`: configura\u00e7\u00e3o de logging estruturado\n  - `schemas/`: valida\u00e7\u00f5es Pydantic\n  - `tools/`: MCP tools para opera\u00e7\u00f5es RabbitMQ\n- `tests/`\n  - `unit/`, `integration/`, `contract/`: suites de teste\n- `config/`: exemplos de configura\u00e7\u00e3o (`config.toml.example`, `.env.example`)\n\nConsulte `specs/002-basic-rabbitmq-connection/` para spec, plano e tasks completas.\n",
    "bugtrack_url": null,
    "license": "LGPL-3.0-or-later",
    "summary": "MCP server for RabbitMQ with semantic discovery (search-ids, get-id, call-id)",
    "version": "1.2.0",
    "project_urls": {
        "Changelog": "https://github.com/guercheLE/rabbitmq-mcp-server/blob/main/CHANGELOG.md",
        "Homepage": "https://github.com/guercheLE/rabbitmq-mcp-server",
        "Issues": "https://github.com/guercheLE/rabbitmq-mcp-server/issues",
        "Repository": "https://github.com/guercheLE/rabbitmq-mcp-server"
    },
    "split_keywords": [
        "ai",
        " llm",
        " mcp",
        " model-context-protocol",
        " rabbitmq",
        " semantic-search"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a718e1448030b160ad07d69ebe469f28cbf0363822d8a0341e9dc199830ac21d",
                "md5": "68ef297f34ab34df623a4d945a5bb3e7",
                "sha256": "513c2d4bac85809fd251b3cff1baa47debe4cf0657a216d5dc16279dab07e82e"
            },
            "downloads": -1,
            "filename": "rabbitmq_mcp_server-1.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "68ef297f34ab34df623a4d945a5bb3e7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 7004,
            "upload_time": "2025-10-16T03:04:10",
            "upload_time_iso_8601": "2025-10-16T03:04:10.234438Z",
            "url": "https://files.pythonhosted.org/packages/a7/18/e1448030b160ad07d69ebe469f28cbf0363822d8a0341e9dc199830ac21d/rabbitmq_mcp_server-1.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3c65ad4fdabf8bd75568945fa59036038720b53e69e18c18bf46a90faaf94b9a",
                "md5": "f1000e2559d22cd78b97b0133cded0a4",
                "sha256": "a9a5f59f54ce6b487fb10ae3fc7be12ee79d0cf9e5fc8f0a5b280e23cedf969c"
            },
            "downloads": -1,
            "filename": "rabbitmq_mcp_server-1.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "f1000e2559d22cd78b97b0133cded0a4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 393411,
            "upload_time": "2025-10-16T03:04:11",
            "upload_time_iso_8601": "2025-10-16T03:04:11.334638Z",
            "url": "https://files.pythonhosted.org/packages/3c/65/ad4fdabf8bd75568945fa59036038720b53e69e18c18bf46a90faaf94b9a/rabbitmq_mcp_server-1.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-16 03:04:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "guercheLE",
    "github_project": "rabbitmq-mcp-server",
    "github_not_found": true,
    "lcname": "rabbitmq-mcp-server"
}
        
Elapsed time: 1.62612s