Back to Home
viktor-ferenczi icon

se-mcp-for-plugin-dev

Verified Safe

by viktor-ferenczi

Overview

Provides a code indexing and search server for AI coding agents to assist in Space Engineers game plugin development.

Installation

Run Command
HttpServer.bat

Environment Variables

  • SPACE_ENGINEERS_ROOT

Security Notes

The server explicitly suggests exposing `127.0.0.1:8000` publicly via a reverse proxy without built-in authentication (noted as TODOs: 'Authentication with a secret URL path', 'Authentication with a Bearer token'). If exposed publicly without proper external authentication and HTTPS, this could grant untrusted agents access to filesystem operations like `search_code_advanced`, `create_temp_directory`, and `clear_settings`, posing a significant security risk. Running locally without public exposure is safer.

Similar Servers

Stats

Interest Score13
Security Score4
Cost ClassHigh
Avg Tokens3000
Stars2
Forks0
Last Update2025-12-20

Tags

Space EngineersPlugin DevelopmentAI Coding AgentMCP ServerGame Modding