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.
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"
}
}
}
}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"
}
}
}
}Creates an application in Hostman with automatic detection of project parameters.
Adds a VCS provider for connecting Git repositories.
Returns the list of all VCS providers.
Returns the list of repositories for a given provider.
Finds a VCS provider by repository URL.
Returns the list of available presets for creating an application.
Returns default deploy settings for various frameworks.
Creates a new floating IP address in the specified availability zone.
Creates a new virtual private cloud (VPC) in the specified availability zone.
Creates a new database in Hostman with the specified parameters.
Returns the list of available preset configurations for creating databases.
Helps create an application in Hostman with automatic detection of project parameters.
Helps add a VCS provider for connecting a repository.
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.
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.