mcp-ops

arkashira/mcp-ops
★ 0 stars Python Code/Dev Tools Updated today
axentx product · A centralized MCP server management platform that enables organizations to discover, evaluate, and deploy MCP servers while maintaining security and governance standards.
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": {
    "mcp-ops": {
      "command": "uvx",
      "args": [
        "mcp-ops"
      ]
    }
  }
}

Or install with pip: pip install mcp-ops

README Excerpt

MCP Ops is a Python project for registering and managing MCP servers with metadata. To use MCP Ops, create an instance of the `MCPRegistry` class and register servers using the `register_server` method. You can then retrieve registered servers using the `get_servers` method. To run the tests, use the `pytest` command.