se-mcp-for-plugin-dev
Verified Safeby viktor-ferenczi
Overview
Provides a code indexing and search server for AI coding agents to assist in Space Engineers game plugin development.
Installation
HttpServer.batEnvironment 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
seamless-agent
Empowers AI agents within GitHub Copilot Chat (or similar LM clients) to seek interactive user confirmation and feedback via specialized tools (ask_user, plan_review, walkthrough_review) before executing actions, ensuring user control.
cov-loupe
Provides an MCP server, CLI, and Ruby library for analyzing SimpleCov test coverage data, primarily to enable AI assistants to query and report on codebase coverage.
RIMCP
An MCP server enabling AI agents to search and browse RimWorld source code and Def definitions for modding and development purposes.
tenets
Provides intelligent, token-optimized code context and automatically injects guiding principles to AI coding assistants for enhanced understanding and consistent interactions.