Skyrim Forge Bridge
A safety-first local bridge that gives MCP clients structured Skyrim modding tools without granting arbitrary binary writes or unrestricted shell access.
README
Skyrim Forge Bridge 0.2.0
A safety-first local bridge that gives Grok Build, Claude Desktop, Claude Code, Codex, and other MCP clients structured Skyrim modding tools without granting them arbitrary binary writes or unrestricted shell access.
AI agent workstation
Version 0.2.0 adds a shared agent layer for Grok Build, Claude Code, Codex, Claude Desktop, and generic MCP clients.
For the easiest setup, double-click:
AI Agent Command Center.bat
The command center can:
- Install or repair all detected agent integrations.
- Register the local MCP server with Grok, Claude Code, and Codex.
- Build and officially validate a self-contained Claude Desktop
.mcpbextension. - Create new agent-ready Skyrim projects.
- Initialize existing mod projects without overwriting their instructions.
- Launch Grok, Claude, or Codex in a selected project.
- Run an agent and dependency doctor.
- Open the generalized prompt library.
- Open agent-ready Skyrim projects in Visual Studio Code when the
codecommand is installed.
Direct helpers include:
Install AI Agent Integrations.batBuild Claude Desktop Extension.batCreate New AI Skyrim Project.batInitialize Existing Mod Project.batLaunch Grok for Skyrim.batLaunch Claude for Skyrim.batLaunch Codex for Skyrim.batAgent Doctor.bat
See docs/AGENT_CLIENTS.md.
One-click Windows start
For normal use, double-click:
Skyrim Forge Bridge.bat
On the first run it automatically creates the private Python environment, installs the bridge, repairs the configuration when needed, and opens the GUI. Later launches simply open the application.
Optional helpers:
Skyrim Forge Bridge.vbslaunches silently after installation.Install or Update.batreinstalls or updates the local environment.Repair and Launch.batrepairs the TOML configuration and launches the GUI.Create Desktop Shortcut.batcreates a desktop shortcut.Build Portable EXE.batbuildsdist\\SkyrimForgeBridge.exeon Windows using PyInstaller.
The optional EXE contains the desktop GUI. Keep the normal installed project for MCP-server use with Claude or Codex.
What the bridge currently does
- Scans configured Skyrim, Vortex, MO2, and tools locations.
- Reads
plugins.txtand reports enabled/disabled plugins. - Inspects installed/unpacked mod directories.
- Inspects ZIP archives and optionally 7z/RAR archives through an allowlisted
7z.exelisting command. - Detects broken archive roots, wrapper folders, bundled MO2 metadata, and suspicious absolute-path fragments.
- Reads the
TES4header of.esp,.esm, and.eslfiles without modifying them. - Reports plugin masters, author, description, flags, size, and SHA-256.
- Validates constrained JSON patch plans and assigns risk/approval requirements.
- Creates isolated project workspaces with snapshots and append-only audit logs.
- Exposes the same functions as local MCP tools.
- Includes a small Tkinter desktop control panel.
- Detects Grok, Claude, Codex, Git, .NET, Node, and PowerShell.
- Bundles generalized Skyrim build, modernization, diagnosis, AIO, and compact prompts.
- Scaffolds shared
AGENTS.md,CLAUDE.md, skills, commands, MCP config, and privacy-safe context files. - Builds a standalone Claude Desktop MCPB extension on Windows.
What it deliberately does not do yet
- Write or binary-patch plugins.
- Compact FormIDs.
- Remove masters.
- Edit navmeshes, worldspaces, quests, or VMAD data.
- Launch or drive SSEEdit or Creation Kit.
- Execute arbitrary PowerShell, Python, Pascal, or shell code.
- Modify Vortex databases, MO2 metadata, installed mods, or the physical game Data directory.
Those are phase-two and later operations. They will require a typed Mutagen/Synthesis backend, transactional copies, semantic diffs, independent validation, and explicit approval.
Windows install
Open PowerShell in this folder:
Set-ExecutionPolicy -Scope Process Bypass
.\install.ps1
Then launch the desktop panel:
.\run-gui.ps1
Or run the CLI:
.\.venv\Scripts\skyrim-forge.exe scan
First setup
The installer creates:
%USERPROFILE%\.skyrim-forge-bridge\config.toml
Edit it manually or use the GUI. Point it at your real paths, for example:
tools_root = "S:\\Apps\\Skyrim Tools"
skyrim_data = "S:\\SteamLibrary\\steamapps\\common\\Skyrim Special Edition\\Data"
plugins_file = "C:\\Users\\YOU\\AppData\\Local\\Skyrim Special Edition\\plugins.txt"
workspace_root = "S:\\Skyrim Forge Workspaces"
MCP server
The server uses stdio, which is suitable for local desktop clients:
.\.venv\Scripts\skyrim-forge-mcp.exe
See docs/AGENT_CLIENTS.md for Grok, Claude Code, Claude Desktop, Codex, and generic MCP clients.
Safety model
All live inputs are read-only. Every generated project lives under workspace_root. Path traversal and symlink escapes are rejected. External processes are disabled by default. The only optional external process in this MVP is archive listing through a specifically configured 7z.exe.
Every operation is written to an append-only JSONL audit log.
Next engineering phase
The intended writer backend is a separately built and version-pinned C# helper using Mutagen. It will accept only validated patch-plan operations, write to transaction workspaces, emit semantic diffs, and refuse high-risk record families until dedicated validators exist.
See docs/ROADMAP.md.
Configuration repair
Version 0.1.1 accepts and automatically removes UTF-8 BOMs in config.toml.
Malformed configuration files are backed up as config.toml.invalid-<timestamp>.bak,
then replaced with safe defaults so the GUI can still open.
For an older 0.1.0 checkout, run:
.\repair-config.ps1
The 0.1.1 installer writes TOML using UTF-8 without a BOM on both Windows PowerShell 5.1 and PowerShell 7+.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.