jovaneyck/fsi-mcp-server
A wrapper around F# interactive (fsi) that exposes an MCP server endpoint for AI agents allowing for fsi IO.
Platform-specific configuration:
{
"mcpServers": {
"fsi-mcp-server": {
"command": "npx",
"args": [
"-y",
"fsi-mcp-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...