⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

MCP server that provides tools for interacting with the Fluidattacks API

Notifications You must be signed in to change notification settings

fluidattacks/mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

mcp

MCP server that provides tools for interacting with the Fluidattacks API.

  • Complete documentation here
  • MCP server code here

Configuration

If you don't know how to generate the API_TOKEN, please refer to the documentation

{
  "mcpServers": {
    "fluidattacks-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@fluidattacks/mcp"
      ],
      "env": {
        "API_TOKEN": "your_api_token_here"
      }
    }
  }
}

About

MCP server that provides tools for interacting with the Fluidattacks API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published