Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_exploits | Search for exploits in Metasploit database |
| search_auxiliary | Search for auxiliary modules in Metasploit |
| get_exploit_info | Get detailed information about a specific exploit |
| get_payloads | List available payloads for a specific exploit |
| db_status | Check Metasploit database status |
| db_workspaces | List all Metasploit workspaces |
| db_hosts | List all hosts in the current workspace |
| db_services | List all services in the current workspace |
| nmap_scan | Run an nmap scan and import results into Metasploit database |