MCP.so
登录

MCP Server: Galaxy Tool Utilities

@goeckslab

关于 MCP Server: Galaxy Tool Utilities

MCP server for Generating Galaxy Tools

基本信息

分类

其他

运行时

python

传输方式

stdio

发布者

goeckslab

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "mcp-server-galaxy-tool": {
      "command": "uv",
      "args": [
        "sync"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCP Server: Galaxy Tool Utilities?

MCP Server: Galaxy Tool Utilities is an MCP server that exposes utilities for working with Galaxy tool XML files. It allows users to validate Galaxy tool XML against the official schema and generate boilerplate templates. It is intended for use with MCP-compatible agents such as Cline.

How to use MCP Server: Galaxy Tool Utilities?

Clone the repository, install dependencies with uv sync, then add the server to your Cline MCP configuration (using uv as the command and pointing to the repository directory). Once configured, you can invoke it via Cline with prompts like "Create a Galaxy tool that uses PyCaret to perform regression on tabular data."

Key features of MCP Server: Galaxy Tool Utilities

  • Validate Galaxy tool XML files against the official schema.
  • Generate a basic boilerplate Galaxy tool XML template.
  • Easy integration with Cline and other MCP-compatible agents.
  • Uses the standard stdio transport.

Use cases of MCP Server: Galaxy Tool Utilities

  • Quickly bootstrap a new Galaxy tool by generating a valid XML template.
  • Check an existing Galaxy tool XML file for schema compliance.
  • Automate Galaxy tool creation within an MCP agent workflow.

FAQ from MCP Server: Galaxy Tool Utilities

What does MCP Server: Galaxy Tool Utilities do?

It provides two utilities: validate a Galaxy tool XML file against the official schema and generate a basic boilerplate Galaxy tool XML template.

What are the requirements to run this server?

Python 3.8+, uv for execution, and an MCP-compatible agent like Cline.

How do I configure the server in Cline?

Add the server entry to your Cline MCP configuration file with the command pointing to your uv binary and the arguments --directory <path-to-repo> run main.py. The transport type is stdio.

What transport does the server use?

The server is configured to use stdio transport, as shown in the example MCP configuration.

What are the current limitations of this server?

Only two features are currently implemented: validation and template generation. The README notes "More Coming Soon."

评论

其他 分类下的更多 MCP 服务器