reengine-mcp-setup

Generate and validate Windsurf MCP server configurations for RE Engine environments.

2|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/stackconsult/RE-Engine --skill reengine-mcp-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reengine-mcp-setup
Source: https://github.com/stackconsult/RE-Engine/tree/main/.windsurf/skills/reengine-mcp-setup
Command: npx skills add https://github.com/stackconsult/RE-Engine --skill reengine-mcp-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configuring Windsurf MCP servers for RE Engine across dev/studio and prod remote HTTP environments is error-prone and manual; this skill automates the setup to ensure consistent configuration and secure handling.

Core Features & Use Cases

  • Automates generation of mcp_config.json entries for GitHub and RE Engine servers.
  • Enforces environment interpolation and prevents secrets from being written into the repository.
  • Validates that the MCP tool list remains under 100 enabled tools for safety and performance.

Quick Start

Draft the mcp_config.json entries for the target environment and verify that no secrets are written into the repo.

Frequently Asked Questions about reengine-mcp-setup

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Windsurf MCP server configuration for dev and prod environments?

Windsurf MCP server configuration is automated by generating mcp_config.json entries for dev/studio and prod remote HTTP environments. This process uses environment interpolation to ensure consistent tool enablement and secure configuration across both environments.

What is the MCP tool list limit and why does it matter?

The MCP tool list limit is 100 enabled tools. Validating that the tool list remains under 100 during configuration ensures safety and performance when enabling GitHub and RE Engine servers within your environment.

Can I use environment variables in mcp_config.json without leaking secrets into the repository?

You can use environment variables in mcp_config.json without leaking secrets by enforcing strict secret handling during generation. The configuration process applies environment interpolation to ensure no sensitive data is written into the repository.

Does the MCP setup process support both GitHub integration and RE Engine servers?

Yes, the MCP setup process supports both GitHub integration and RE Engine servers. It automatically drafts, validates, and deploys the mcp_config.json entries required for both server types across your target environments.

What is the best way to validate mcp_config.json entries before deploying to remote HTTP environments?

Validating mcp_config.json entries before deploying to prod remote HTTP environments involves verifying environment interpolation, confirming strict secret handling, and checking that the total enabled tool list remains under 100.

Why does my MCP configuration fail when switching between dev/studio and prod environments?

MCP configuration fails when switching environments if environment interpolation is not applied correctly. Generating separate mcp_config.json entries for dev/studio and prod remote HTTP environments ensures consistent tool enablement and secure configuration across both setups.