AWS Fault Injection Simulator MCP Server for chaos engineering
Project description
FIS MCP Server
AWS Fault Injection Simulator (FIS) MCP Server for managing chaos engineering experiments.
Features
- Create and manage FIS experiment templates
- Start and stop chaos engineering experiments
- List and monitor experiment status
- Retrieve AWS resources for targeting
Installation
- Install dependencies:
pip install -r requirements.txt
- Configure AWS credentials:
aws configure
Usage
Running the server directly
python index.py
Using with MCP CLI
Add to your MCP configuration:
{
"mcpServers": {
"fis-mcp-server": {
"command": "python",
"args": ["index.py"],
"env": {
"AWS_REGION": "us-east-1"
}
}
}
}
Available Tools
create_experiment_template: Create a new FIS experiment templatestart_experiment: Start a chaos engineering experimentstop_experiment: Stop a running experimentlist_experiment_templates: List all experiment templatesget_experiment_template: Get details of a specific templatelist_experiments: List all experimentsget_experiment: Get details of a specific experimentget_aws_resources: Retrieve available AWS resources for targeting
Requirements
- Python 3.8+
- AWS credentials configured
- Appropriate IAM permissions for FIS operations
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
fis_mcp_server-1.4.0.tar.gz
(6.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fis_mcp_server-1.4.0.tar.gz.
File metadata
- Download URL: fis_mcp_server-1.4.0.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
825f3b6cdceed9ce3d4ce793d402047a6c8b576fb75db2275a9e3c46dd30cb5f
|
|
| MD5 |
789974f9b1d00092352bdf06c6feb70a
|
|
| BLAKE2b-256 |
b705c8c0df9d9d0078a537690fbd97d7c292eb411b2842bf713de2da716b118d
|
File details
Details for the file fis_mcp_server-1.4.0-py3-none-any.whl.
File metadata
- Download URL: fis_mcp_server-1.4.0-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e04092785342baa422ffe8b6a5cf4df6976be777e5efbc5a5c5bccae63de1b40
|
|
| MD5 |
10f0128326a55776f5ed7ca2a8319be7
|
|
| BLAKE2b-256 |
5848e9a0cfa4628924098722c4bb233faf49aa36246e857e41adb73ffb0a07f5
|