MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

W
Wslcontainermcp

Stdio mcp server that gives full access to a linux container from Windows. Requires wsl.

Created 3/28/2026
Updated about 6 hours ago
Repository documentation and setup instructions

WslContainerMcp

Stdio mcp server that gives full access to a linux container from Windows. Requires wsl.

Quick Setup
Installation guide for this server

Installation Command (package not published)

git clone https://github.com/esrla/WslContainerMcp
Manual Installation: Please check the README for detailed setup instructions and any additional dependencies required.

Cursor configuration (mcp.json)

{ "mcpServers": { "esrla-wslcontainermcp": { "command": "git", "args": [ "clone", "https://github.com/esrla/WslContainerMcp" ] } } }