Skip to main content
Glama
schwarztim

Proxychains MCP Server

by schwarztim

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/schwarztim/sec-proxychains-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server