fsi-mcp-server
Verified Safeby jovaneyck
Overview
Provides Model Context Protocol (MCP) capabilities to F# Interactive sessions for AI-assisted development workflows.
Installation
dotnet run --project serverEnvironment Variables
- ASPNETCORE_ENVIRONMENT
Security Notes
The server's core function is to execute arbitrary F# code, which is an inherent security risk if exposed to untrusted input. It binds to `http://0.0.0.0:5020` by default, listening on all network interfaces, which can lead to unintended exposure if not properly firewalled. The project explicitly states it is a 'technical proof-of-concept and not yet ready for production/enterprise use', indicating a lack of production-grade security hardening. There are no obvious hardcoded secrets or malicious patterns, and it runs locally.
Similar Servers
wcgw
An MCP server that empowers AI chat applications to execute shell commands, edit code, and manage project context on a local machine for development tasks.
Windows-MCP.Net
Enabling AI assistants to automate tasks and interact with the Windows desktop environment.
Perigon.CLI
An intelligent code assistance tool that generates boilerplate code and business logic for ASP.NET Core and EF Core services, providing CLI, WebUI, and an MCP Server for editor integration.
octomind
Octomind is a session-first AI development assistant with built-in Model Context Protocol (MCP) tools and multi-provider AI support, enabling interactive AI conversations, code analysis, file system management, and web research.