About Fluxmcp
Fluxmcp is an MCP server published by esnya in the AI category: a Resonite mod that adds an MCP (Model Context Protocol) server to handle ProtoFlux for AI integration. It has been installed 0 times through Conduid.
The repository has 8 stars and 2 forks, with the last commit a year ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.
Install
npx fluxmcpThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about Fluxmcp
Powered by Claude · Grounded in docs
Security checks
- ·README presentNot checked yet.
- ·License declaredNot checked yet.
- ·Tests presentNot checked yet.
- ·Dependencies pinnedNot checked yet.
- ·No dynamic code executionNot checked yet.
- !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.
Releases
README
FluxMcp
[!WARNING] This repository is archived. The functionality provided by this mod is now available as an official Resonite feature via ResoniteLink. Please use that instead.
A ResoniteModLoader mod for Resonite that adds an MCP (Model Context Protocol) server to handle ProtoFlux for AI integration.
Installation
- Install the ResoniteModLoader.
- Download the latest release from the Releases page.
- Place
FluxMcp.dllinto yourrml_modsfolder. This folder should be located atC:\Program Files (x86)\Steam\steamapps\common\Resonite\rml_modsfor a standard installation. You can create it if it's missing, or if you start the game once with the ResoniteModLoader installed it will create this folder for you. - Extract
rml_libs.zipand place therml_libsfolder in your Resonite installation directory (typicallyC:\Program Files (x86)\Steam\steamapps\common\Resonite). - Launch the game. If you want to check that the mod is working you can check your Resonite logs.
Configuration
Enabled determines whether the TCP server is started. This value defaults to true and can be toggled at runtime.
Bind address and Listen port control where the TCP server listens. Changes to these settings restart the server automatically.
Development Requirements
For development, you will need the ResoniteHotReloadLib to be able to hot reload your mod with DEBUG build.
README mirrored from the source repository 1 hours ago. The original is authoritative.