F
Fluxmcp
by @esnya
A Resonite mod that adds an MCP (Model Context Protocol) server to handle ProtoFlux for AI integration.
Created 5/27/2025
Updated 4 days ago
README
Repository documentation and setup instructions
FluxMcp
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.dll
into yourrml_mods
folder. This folder should be located atC:\Program Files (x86)\Steam\steamapps\common\Resonite\rml_mods
for 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.zip
and place therml_libs
folder 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.
Quick Setup
Installation guide for this server
Installation Command (package not published)
git clone https://github.com/esnya/FluxMcp
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.
Cursor configuration (mcp.json)
{
"mcpServers": {
"esnya-fluxmcp": {
"command": "git",
"args": [
"clone",
"https://github.com/esnya/FluxMcp"
]
}
}
}