ProxyWhirl Docs

MCP Server

Use ProxyWhirl through the Model Context Protocol server surface.

MCP Server

ProxyWhirl includes an MCP server for AI assistant workflows that need structured proxy operations.

Use MCP when an agent needs a tool-mediated interface instead of raw Python imports or shell commands.

Operational Notes

ConcernGuidance
AuthenticationConfigure PROXYWHIRL_MCP_API_KEY for authenticated write actions.
Local developmentPROXYWHIRL_MCP_ALLOW_UNAUTHENTICATED_WRITES is a local-dev/test override.
StorageUse PROXYWHIRL_MCP_DB to point the server at the intended database path.
SafetyTreat source fetching and write actions as privileged tool calls.

On this page