ai-installer-template-mcp-server

TamiTakamiya/ai-installer-template-mcp-server

3.2

If you are the rightful owner of ai-installer-template-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The AI Installer Template MCP Server is designed to facilitate the deployment and management of AI models using the Model Context Protocol (MCP) with a focus on ease of use and flexibility.

Tools
  1. get_template

    Retrieves the AI model template based on specified parameters.

AI Installer Template MCP Server

Install

uv venv
source .venv/bin/activate
uv sync

Execution

PYTHONPATH=. uv run fastmcp run ai_installer_template/server.py --transport sse --port 20000

Manual Test using MCP Inspector

uv run fastmcp dev ai_installer_template/server.py
  1. Set Transport Type to SSE
  2. Set URL to http://127.0.0.1:20000/sse/
  3. Click Connect
  4. Switch to Tools tab
  5. Click List Tools
  6. Click get_template
  7. Set container to platform
  8. Set enterprise to topology
  9. Set dummy to session_id
  10. Click Run Tool