open5gs-mcp

edmiand/open5gs-mcp
★ 0 stars Python AI/LLM Updated 1mo ago
Open5GS MCP Server
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "open5gs-mcp": {
      "command": "uvx",
      "args": [
        "open5gs-mcp"
      ]
    }
  }
}

Or install with pip: pip install open5gs-mcp

README Excerpt

An [MCP](https://modelcontextprotocol.io) server that exposes [Open5GS](https://open5gs.org) 5G core operations as tools for AI agents (Claude, Ollama, etc.). Instead of SSH-ing into a server and grepping logs, an agent can call a single tool to triage the entire system, correlate logs across NFs, provision subscribers, or check live UE sessions.

Tools (5)

list_ue_sessionsnf_lifecyclesubscriber_crudsystem_health_snapshottail_nf_logs