Skip to main content

ministack-mcp

Your local AWS runtime. An MCP server that gives any AI agent (Claude, Cursor, Continue, Windsurf, Cline) a full AWS environment on localhost. The agent deploys your code, creates infrastructure, runs tests, and reports results — all locally, instantly, free.

You say "test my Lambda." The agent reads your code, deploys it, invokes it, and tells you if it works. You say "apply my Terraform." The agent runs it against the local environment and shows you what happened. You never think about MiniStack. You think about your code.

Install

pipx install ministack-mcp
# or
uvx ministack-mcp

What happens

The MCP tells your AI agent: "You have a local AWS environment. Use it."

  • Developer: "Test my Lambda function" → agent deploys it locally, invokes it, reports pass/fail
  • Tester: "Run my test suite" → agent spins up infrastructure, runs tests, cleans up
  • SRE: "Apply my Terraform" → agent applies it locally, verifies resources, reports status

The agent uses 38 tools to act on your behalf. MiniStack runs 67 AWS services locally.

IDE configuration

Claude Desktop / Claude Code

{
  "mcpServers": {
    "ministack": {
      "command": "uvx",
      "args": ["ministack-mcp"]
    }
  }
}

Cursor

~/.cursor/mcp.json:

{
  "mcpServers": {
    "ministack": {
      "command": "uvx",
      "args": ["ministack-mcp"]
    }
  }
}

Codex configuration

Codex uses the same local MCP contract as the other agents in this repo. Keep MINISTACK_ENDPOINT_URL pointed at the MiniStack instance you want to use.

Codex CLI

Register the server with the local uvx entry point:

{
  "mcpServers": {
    "ministack": {
      "command": "uvx",
      "args": ["ministack-mcp"]
    }
  }
}

If you need a non-default backend:

export MINISTACK_ENDPOINT_URL=http://localhost:4566
uvx ministack-mcp

Codex app

Use the same MCP server definition in the Codex app settings:

{
  "mcpServers": {
    "ministack": {
      "command": "uvx",
      "args": ["ministack-mcp"]
    }
  }
}

If the app exposes a separate MCP settings screen, add the same command and args pair there.

Continue / Windsurf / Cline

Same pattern — "command": "uvx", "args": ["ministack-mcp"] in your MCP config.

Set MINISTACK_ENDPOINT_URL if not using the default http://localhost:4566.

License

MIT.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ministack_mcp-0.1.28.tar.gz (60.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

ministack_mcp-0.1.28-py3-none-any.whl (60.5 kB view details)

Uploaded Python 3

File details

Details for the file ministack_mcp-0.1.28.tar.gz.

File metadata

  • Download URL: ministack_mcp-0.1.28.tar.gz
  • Upload date:
  • Size: 60.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for ministack_mcp-0.1.28.tar.gz
Algorithm Hash digest
SHA256 f631d482b19dfb05c410dca9a8138f4ba44608a7ca0cdf8e78eb9507973d689d
MD5 9b5d2b75929e003ac13de5f54c14869f
BLAKE2b-256 5a64566883218bc05fbf5a8105f4aa34490c4bea35aed795a24fba5f93d8d315

See more details on using hashes here.

Provenance

The following attestation bundles were made for ministack_mcp-0.1.28.tar.gz:

Publisher: pypi-publish.yml on ministackorg/ministack-mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file ministack_mcp-0.1.28-py3-none-any.whl.

File metadata

  • Download URL: ministack_mcp-0.1.28-py3-none-any.whl
  • Upload date:
  • Size: 60.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for ministack_mcp-0.1.28-py3-none-any.whl
Algorithm Hash digest
SHA256 2d7a68395d45e8e0c0041a3e5346f5f74ff23ad66057934179e213e1568490a8
MD5 224eab85aca5cf76ec0e3d3fcf2ff5b1
BLAKE2b-256 574b7b2f6c8f7525f7b29baff925aa91adbec24940bc53619bb1c754f662b4fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for ministack_mcp-0.1.28-py3-none-any.whl:

Publisher: pypi-publish.yml on ministackorg/ministack-mcp

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

0.1.30

2 files

This release

0.1.28 This release

2 files

0.1.27

2 files

0.1.26

2 files

0.1.23

2 files

0.1.22

2 files

0.1.21

2 files

0.1.18

2 files

0.1.16

2 files

0.1.14

2 files

0.1.13

2 files

0.1.12

2 files

0.1.11

2 files

0.1.8

2 files

0.1.3

2 files

0.1.2

2 files

0.1.1

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page