Hostman Server
БесплатноНе проверенEnables deploying applications to Hostman, creating VPCs, databases, and floating IPs, and managing VCS providers through natural language prompts.
Описание
Enables deploying applications to Hostman, creating VPCs, databases, and floating IPs, and managing VCS providers through natural language prompts.
README
MCP server for automating application deployment to Hostman through the Model Context Protocol.
IMPORTANTThis project is experimental and may contain unstable functionality. Failures and incomplete features are possible. The server is designed without destructive operations, but it is still recommended to keep an eye on the actions it performs.
Integration
Cursor
Or add it to Cursor settings (.cursor/mcp.json):
{
"mcpServers": {
"hostman-mcp-server": {
"command": "npx",
"args": ["@hostman/mcp-server"],
"env": {
"HOSTMAN_TOKEN": "your-api-token"
}
}
}
}
VS Code
Add to VS Code, or add it to .vscode/mcp.json:
{
"mcp.servers": {
"hostman-mcp-server": {
"command": "npx",
"args": ["@hostman/mcp-server"],
"env": {
"HOSTMAN_TOKEN": "your-api-token"
}
}
}
}
Tools
create_hostman_app
Creates an application in Hostman with automatic detection of project parameters.
add_vcs_provider
Adds a VCS provider for connecting Git repositories.
get_vcs_providers
Returns the list of all VCS providers.
get_vcs_provider_repositories
Returns the list of repositories for a given provider.
get_vcs_provider_by_repository_url
Finds a VCS provider by repository URL.
get_allowed_presets
Returns the list of available presets for creating an application.
get_deploy_settings
Returns default deploy settings for various frameworks.
create_floating_ip
Creates a new floating IP address in the specified availability zone.
create_vpc
Creates a new virtual private cloud (VPC) in the specified availability zone.
create_database
Creates a new database in Hostman with the specified parameters.
get_database_presets
Returns the list of available preset configurations for creating databases.
Prompts
create_app_prompt
Helps create an application in Hostman with automatic detection of project parameters.
add_vcs_provider_prompt
Helps add a VCS provider for connecting a repository.
Usage
Run the prompts, or simply say something like: "Deploy my app to Hostman" — the server will automatically detect the application type and framework and create it in Hostman.
Important
After creating an application you must manually configure environment variables in the Hostman control panel, since the chatbot does not have access to your project's .env file.
Установка Hostman Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/hostman-cloud/mcp-serverFAQ
Hostman Server MCP бесплатный?
Да, Hostman Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Hostman Server?
Нет, Hostman Server работает без API-ключей и переменных окружения.
Hostman Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Hostman Server в Claude Desktop, Claude Code или Cursor?
Открой Hostman Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Hostman Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
