REMnux MCP Server
OfficialEnables AI assistants to execute malware analysis tools on a REMnux system via Docker, SSH, or local...
Click the "Install Now" button in the FastMCP connection interface to open the environment-variable / connection fields.
Generate a strong HTTP bearer token (used by the REMnux MCP server as MCP_TOKEN).
- Linux / macOS (openssl):
openssl rand -hex 32 - Python (any OS with Python):
python -c "import secrets; print(secrets.token_hex(32))" - PowerShell (Windows):
python -c "import secrets; print(secrets.token_hex(32))"
Copy the generated hex string (32 bytes => 64 hex chars).
- Linux / macOS (openssl):
In the FastMCP "Install Now" env list, add the server env:
- Key: MCP_TOKEN
- Value: (paste the generated token)
If FastMCP has a place to provide request headers for the client connection, add the HTTP Authorization header so clients will authenticate:
- Header name: Authorization
- Header value: Bearer
If you will run the MCP server with CLI flags instead of relying on the env, put the token into the server startup args (FastMCP "args" or command-line field) instead of/in addition to the env:
- Example flag: --http-token
- Or set MCP_TOKEN in the env and start without the flag (preferred to avoid exposing token in process listings).
- Example flag: --http-token
(Optional) If exposing the server on the network, set the host/port values in FastMCP or server args:
- Example args: --transport=http --http-host=0.0.0.0 --http-port=3000
- These are CLI flags, not required envs — set them in FastMCP's args/command fields if present.
Save the FastMCP configuration (Install Now) and start the connection/server via FastMCP.
Test the token from the client side (replace HOST:PORT and TOKEN):
- curl -H "Authorization: Bearer
" http://HOST:3000/mcp (verify you get a valid MCP handshake/response)
- curl -H "Authorization: Bearer
Secure the token:
- Store it in a secrets manager or password manager.
- Rotate it if it is accidentally exposed (generate a new token and update the MCP_TOKEN value in FastMCP).
For SSH or Docker deployment modes (no HTTP transport) you do not need MCP_TOKEN; instead collect these values and enter them in FastMCP fields as needed:
- Docker container name: run docker ps on the REMnux host to confirm (default: remnux) and place that value in FastMCP container/args.
- SSH host/user: the REMnux VM IP and user (default user: remnux). Provide SSH password or use SSH agent in FastMCP's connection fields.
Quick Start
Choose Connection Type for
Authentication Required
Please sign in to use FastMCP hosted connections
Run MCP servers without
local setup or downtime
Access to 1,000+ ready-to-use MCP servers
Skip installation, maintenance, and trial-and-error.
No local setup or infra
Run MCP servers without Docker, ports, or tunnels.
Always online
Your MCP keeps working even when your laptop is off.
One secure URL
Use the same MCP from any agent, anywhere.
Secure by default
Encrypted connections. Secrets never stored locally.
Configuration for
Environment Variables
Please provide values for the following environment variables:
HTTP Headers
Please provide values for the following HTTP headers:
started!
The MCP server should open in . If it doesn't open automatically, please check that you have the application installed.
Copy and run this command in your terminal:
Make sure Gemini CLI is installed:
Visit Gemini CLI documentation for installation instructions.
Make sure Claude Code is installed:
Visit Claude Code documentation for installation instructions.
Installation Steps:
Configuration
Installation Failed
More for Security
View All →React Native Development Guide
Provides React Native development guidance and codebase analysis tools including component analysis, performance optimization suggestions, architecture advice, debugging guidance, automated package management with security audits, test generation, and migration assistance between React Native versions.
Hostinger API
Integrates with Hostinger's hosting platform to enable domain registration and DNS management, VPS creation and configuration, firewall setup, backup operations, and billing subscription handling through over 100 specialized tools organized by service category.
ChuckNorris (L1B3RT4S Prompt Enhancer)
Enhances language models by fetching specialized prompts from the L1B3RT4S repository, supporting multiple LLMs including ChatGPT, Claude, and Gemini with fallback mechanisms for educational and research purposes.
More for Developer Tools
View All →
GitHub
Extend your developer tools with the GitHub MCP Server—a powerful Model Context Protocol server enhancing automation and AI interactions with GitHub APIs. It supports diverse functionalities like managing workflows, issues, pull requests, repositories, and security alerts. Customize available toolsets to fit your needs, enable dynamic tool discovery to streamline tool usage, and run the server locally or remotely. With read-only mode and support for GitHub Enterprise, this server integrates deeply into your GitHub ecosystem, empowering data extraction and intelligent operations for developers and AI applications. Licensed under MIT, it fosters flexible and advanced GitHub automation.
Desktop Commander
Desktop Commander MCP transforms Claude Desktop into a powerful AI assistant for managing files, running terminal commands, and editing code with precision across your entire system. It supports in-memory code execution, interactive process control, advanced search and replace, plus comprehensive filesystem operations including reading from URLs and negative offset file reads. With detailed audit and fuzzy search logging, it enables efficient automation, data analysis, and multi-project workflows—all without extra API costs. Designed for developers seeking smarter automation, it enhances productivity by integrating all essential development tools into a single, intelligent chat interface.
Chrome DevTools
Provides direct Chrome browser control through DevTools for web automation, debugging, and performance analysis using accessibility tree snapshots for reliable element targeting, automatic page event handling, and integrated performance tracing with actionable insights.
FreeCAD
Enables AI-driven CAD modeling by providing a remote procedure call (RPC) server that allows programmatic control of FreeCAD, supporting operations like creating documents, inserting parts, editing objects, and executing Python code for generative design workflows.