Back to Home
jovaneyck icon

fsi-mcp-server

Verified Safe

by jovaneyck

Overview

Provides Model Context Protocol (MCP) capabilities to F# Interactive sessions for AI-assisted development workflows.

Installation

Run Command
dotnet run --project server

Environment 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

Stats

Interest Score39
Security Score6
Cost ClassMedium
Avg Tokens750
Stars14
Forks3
Last Update2025-12-05

Tags

F#REPLAIInteractive DevelopmentMCP.NET