Proxychains MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| proxychains_runB | Run a command through the proxy chain on Kali Linux. The command will be routed through all configured proxies. |
| proxychains_configA | Get or set the current proxychains configuration including chain mode, DNS settings, and proxy list. |
| proxychains_addB | Add a proxy to the chain. Supports SOCKS4, SOCKS5, and HTTP proxies. |
| proxychains_removeB | Remove a proxy from the chain by index or by host:port. |
| proxychains_modeB | Set the chain mode. strict_chain: all proxies must work. dynamic_chain: skip dead proxies. random_chain: random order. round_robin_chain: rotate through proxies. |
| proxychains_dnsA | Configure DNS handling. proxy_dns (recommended): DNS through proxy. proxy_dns_old: legacy mode. proxy_dns_daemon: daemon mode. none: no DNS proxying. |
| proxychains_testA | Test the proxy chain by checking connectivity and measuring latency. Optionally test against a specific target. |
| proxychains_listA | List all proxies currently configured in the chain. |
| proxychains_importB | Import proxies from a file or URL. Supports common proxy list formats. |
| proxychains_exportC | Export current proxy configuration to a file. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 10 tools
Each tool has a clearly distinct purpose: running commands, managing proxies, configuring modes, DNS, and testing. No overlaps.
All tools follow a consistent 'proxychains_verb' snake_case pattern, making them predictable and easy to use.
10 tools is well-scoped for managing proxychains – covers all essential operations without bloat or gaps.
Covers CRUD for proxies, configuration, execution, testing, import/export, and DNS – no obvious missing functionality.