mcp-wsl-setup MCP Server
kylebrodeur/mcp-wsl-setup
Fix VS Code MCP server launches in WSL by resolving stable pnpm/node paths (fnm + corepack).
claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
kylebrodeur/mcp-wsl-setup is a JavaScript MCP server licensed under MIT. Fix VS Code MCP server launches in WSL by resolving stable pnpm/node paths (fnm + corepack). Topics: cli, corepack, fnm, mcp, model-context-protocol, nodejs, pnpm, vscode, wsl.
Ranked #58 out of 129 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Score Breakdown
1 stars → early stage
Last commit today → actively maintained
No issues filed → no history to score
1 contributor → solo project
No dependents → no downstream usage
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Matched Queries
From the README
# mcp-wsl-setup Fix VS Code MCP server stdio launches when running Node/pnpm inside WSL via fnm. ## Quick Start ```bash pnpm dlx mcp-wsl-setup ``` Or with npx: ```bash npx mcp-wsl-setup ``` Run from your WSL terminal. The script auto-detects your fnm/pnpm paths and rewrites your VS Code user `mcp.json` in place. Reload the VS Code window afterwards (`Ctrl+Shift+P` → `Developer: Reload Window`). ### VS Code task (optional) Copy `.vscode/tasks.json` into your project. Then `Ctrl+Shift+P` → `Tasks: Run Task` → `Fix MCP pnpm path` runs `pnpm dlx mcp-wsl-setup` without leaving the editor. --- # Full Documentation How to run VS Code MCP servers (stdio transport) reliably when your development environment is WSL but VS Code is a Windows host application. --- ## Table of Contents 1. [Environment Overview](#1-environment-overview) 2. [fnm and Node.js Setup](#2-fnm-and-nodejs-setup) 3. [Shell Configuration](#3-shell-configuration) 4. [The Problem](#4-the-problem) 5. [Root Causes —Read full README on GitHub →
Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.