packmate-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PACKMATE_MCP_LOGIN | Yes | Basic auth login | |
| PACKMATE_MCP_BASE_URL | No | Packmate base URL | http://localhost:65000 |
| PACKMATE_MCP_PASSWORD | Yes | Basic auth password | |
| PACKMATE_MCP_LOG_LEVEL | No | Log level: DEBUG, INFO, WARNING, ERROR, CRITICAL | INFO |
| PACKMATE_MCP_TIMEOUT_SECONDS | No | HTTP request timeout in seconds | 30 |
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 |
|---|---|
| list_servicesB | List all configured Packmate services. |
| create_serviceA | Create a new service. For HTTP-like services, enable |
| update_serviceC | Update a service. Only provided fields are changed. |
| delete_serviceC | Delete the service registered on |
| list_patternsA | List all patterns (highlight + ignore). |
| create_patternB | Create a pattern.
|
| update_patternB | Update a pattern. Only provided fields are changed. |
| delete_patternC | Delete a pattern. |
| set_pattern_enabledB | Enable or disable a pattern without deleting it. |
| pattern_lookbackB | Apply a pattern to streams captured in the last N minutes (N >= 1). Useful after creating a new pattern to retroactively scan recent traffic. |
| list_streamsA | List streams (newest first).
|
| set_stream_favoriteB | Mark or unmark a stream as favorite. Note: Packmate returns 200 even if the stream id does not exist (no row updated). |
| get_streamA | Get one stream by id with its packets pre-formatted. Returns
|
| get_packetsA | Read a page of packets from a stream. Use this instead of Returns |
| pcap_statusA | Whether pcap-file processing has been started (FILE mode only). |
| pcap_startA | Begin processing the configured pcap file (FILE mode only). Packmate silently ignores this call outside FILE mode. The tool follows up
with |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |