hostman-mcp-server

hostman-mcp-server

Enables deploying applications to Hostman, creating VPCs, databases, and floating IPs, and managing VCS providers through natural language prompts.

Category
Visit Server

README

Hostman MCP Server (Experimental)

MCP server for automating application deployment to Hostman through the Model Context Protocol.

IMPORTANT This 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

Install MCP Server

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.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured