mcp-server

trento-project/mcp-server
★ 1 stars Go 💻 Code/Dev Tools Updated 1d ago
Model Context Protocol server wrapping Trento API
View on GitHub →

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-server": {
      "command": "go",
      "args": [
        "run",
        "github.com/trento-project/mcp-server@latest"
      ]
    }
  }
}

README Excerpt

// Copyright 2025 SUSE LLC // SPDX-License-Identifier: Apache-2.0 ifndef::site-gen-antora[:relfileprefix: docs/] :badge-url: https://vscode.dev/redirect/mcp/install?name=trento&config=%7B%22servers%22%3A%7B%22mcp-server-trento%22%3A%7B%22type%22%3A%22http%22%2C%22url%22%3A%22http%3A//localhost%3A5000/mcp%22%2C%22headers%22%3A%7B%22Authorization%22%3A%22your-trento-pat%22%7D%7D%7D%7D