opensvc-collector-mcp

hugobrenet/opensvc-collector-mcp
★ 0 stars Python AI/LLM Updated 2d ago
MCP server for OpenSVC Collector API, enabling read and controlled operations through AI agents
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "opensvc-collector-mc": {
      "command": "uvx",
      "args": [
        "opensvc-collector-mcp"
      ]
    }
  }
}

Or install with pip: pip install opensvc-collector-mcp

README Excerpt

> Give AI agents a clean, typed MCP interface to the OpenSVC Collector API. <p align="center"> <img src="docs/assets/opensvc-collector-mcp-hero.svg" alt="OpenSVC Collector MCP architecture animation" width="100%"> </p> `opensvc-collector-mcp` is a FastMCP server that exposes OpenSVC Collector data as MCP tools, so LLM clients can inspect infrastructure inventory, service state, and operational history through a controlled HTTP interface.

Tools (4)

MCP_HOSTMCP_PORTOPENSVC_API_BASE_URLuvicorn