Skip to content

Container-Use and VS Code on Windows #113

@Schiiss

Description

@Schiiss

As an windows applications developer, I want to leverage the container use MCP server using copilot in VS Code to help with my development.

Additional Details

  • We will likely need to leverage WSL to install this on windows. below is a sample VS Code MCP server configuration.
{
    "servers": {
        "container-use": {
            "type": "stdio",
            "command": "wsl",
            "args": [
                "-d",
                "Ubuntu",
                "-e",
                "/home/<user>/.local/bin/cu",
                "stdio"
            ]
        },
}
  • Create a very basic boiler plate flask/node.js application and have the container use MCP server make changes to it
  • Create a README with documentation on how to install container use on windows. Leverage this README for inspiration.

Links

Container Use Docs

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions