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
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
- Set Transport Type to SSE
- Set URL to http://127.0.0.1:20000/sse/
- Click Connect
- Switch to Tools tab
- Click List Tools
- Click get_template
- Set
container
to platform - Set
enterprise
to topology - Set
dummy
to session_id - Click Run Tool