- Home
- MCP servers
- FireHydrant
FireHydrant
- typescript
2
GitHub Stars
typescript
Language
4 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"firehydrant-firehydrant-mcp": {
"command": "npx",
"args": [
"firehydrant-mcp",
"start",
"--api-key",
"..."
]
}
}
}FireHydrant MCP Server lets you run a local MCP server that communicates with FireHydrant's API. It enables you to integrate FireHydrant data and actions into your tooling and workflows via the Model Context Protocol.
How to use
You run the MCP server locally and connect an MCP client to it. Start the server with your API key, then use your MCP client to interact with FireHydrant's API through the standard MCP methods. The server supports starting via an inline command and can be queried or controlled by MCP tools or IDE integrations.
How to install
Prerequisites you need before installation: a modern Node.js runtime and npm or npx available in your shell.
Step 1: Verify your environment is ready.
Step 2: Install and start the MCP server using the standard command shown below.
npx firehydrant-mcp start --api-key ...
Additional setup options
You can also integrate FireHydrant MCP with various developer tools and editors. If you prefer alternative entry points, the server can be launched through a direct npm/npx command with your API key, or via supported MCP clients that read the same startup parameters.
To see available server arguments and options, run the help command.
npx firehydrant-mcp --help
Available tools
start
Launch the MCP server locally to expose the FireHydrant API for MCP clients.
install
Provide a ready-to-use MCP server bundle or configuration to enable client connections.