Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

https://github.com/OctopusSolutionsEngineering/ScratchpadReset

This MCP server deletes and recreates a space in Octopus Deploy. This is used to test the creation of Octopus resources in a fresh environment as part of agentic workflows.

{
  "servers": {
    "scratchpadreset": {
      "command": "podman",
      "args": [
        "run",
        "--pull=always",
        "--rm",
        "--interactive",
        "--network=host",
        "--env",
        "OCTOPUS_CLI_API_KEY=API-ABCDEFGHIJKLMNOPQURSTUVWXYZ",
        "ghcr.io/mcasperson/scratchpadreset"
      ],
      "type": "stdio"
    }
  }
}

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages