Skip to content

firehydrant/firehydrant-mcp

Repository files navigation

FireHydrant MCP Server

Model Context Protocol (MCP) Server for the FireHydrant API.

Summary

FireHydrant MCP Server: An MCP server for interacting with FireHydrant's API.

Table of Contents

Installation

Claude

Add the following server definition to your claude_desktop_config.json file:

{
  "mcpServers": {
    "FireHydrant": {
      "command": "npx",
      "args": [
        "-y", "--package", "firehydrant-mcp",
        "--",
        "mcp", "start",
        "--api-key", "..."
      ]
    }
  }
}

Cursor

Create a .cursor/mcp.json file in your project root with the following content:

{
  "mcpServers": {
    "FireHydrant": {
      "command": "npx",
      "args": [
        "-y", "--package", "firehydrant-mcp",
        "--",
        "mcp", "start",
        "--api-key", "..."
      ]
    }
  }
}

Standalone Binary

Run the MCP server as a standalone binary with no additional dependencies. Pull these binaries from available Github releases:

curl -L -o mcp-server \
    https://github.com/{org}/{repo}/releases/download/{tag}/mcp-server-bun-darwin-arm64 && \
chmod +x mcp-server

If the repo is a private repo you must add your Github PAT to download a release -H "Authorization: Bearer {GITHUB_PAT}".

{
  "mcpServers": {
    "Todos": {
      "command": "./DOWNLOAD/PATH/mcp-server",
      "args": [
        "start"
      ]
    }
  }
}

For a full list of server arguments, run:

npx -y --package firehydrant-mcp -- mcp start --help

Package Managers

The MCP Server can be installed with either npm, pnpm, bun or yarn package managers.

NPM

npm add firehydrant-mcp

PNPM

pnpm add firehydrant-mcp

Bun

bun add firehydrant-mcp

Yarn

yarn add firehydrant-mcp

Development

Contributions

While we value contributions to this MCP Server, the code is generated programmatically. Any manual changes added to internal files will be overwritten on the next generation. We look forward to hearing your feedback. Feel free to open a PR or an issue with a proof of concept and we'll do our best to include it in a future release.

MCP Server Created by Speakeasy

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •