Mythic MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MYTHIC_HOST | Yes | The hostname or IP address of the Mythic server. | |
| MYTHIC_PORT | Yes | The port number of the Mythic server. | |
| MYTHIC_PASSWORD | Yes | The Mythic admin password. | |
| MYTHIC_USERNAME | Yes | The Mythic admin username. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| run_as_userC | Attempt to authenticate as another user (network calls only) for the current session. |
| execute_mimikatzC | Runs mimikatz with the provided arguments, returning the output. |
| read_fileA | Reads a file using the ReadFile win32 API call. Returns the contents of that file. |
| run_shell_commandB | Execute a shell script command line against a running agent. This script is executed using the default command line interpreter. |
| get_all_agentsA | Returns a list of active agents |
| privilege_escalation_peasB | |
| run_sharphoundA | |
| execute_powershellB | Execute a PowerShell script on the target agent. The script is sent raw and encoded to UTF-16LE for -EncodedCommand. |
| ad_reconC | Run AD reconnaissance commands and collate results. |
| enum_domain_usersB | Attempt to enumerate domain users. Uses AD cmdlets if available, falls back to net user /domain. |
| run_kerberoastB | Upload and run Rubeus (Kerberoasting). |
| upload_fileA | Upload a file to the Mythic server, and then upload the file to the remote target |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| start_pentest | |
| start_recon |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |