A local stdio MCP server that authenticates to remote OAuth-protected MCP servers using the client_credentials grant, handling token acquisition and request forwarding.
Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.MCP_CC_PROXY_CAPABILITIES_POLL_SECONDS— No 60 Interval to poll remote MCP server for capability changes (0 = disabled)MCP_CC_PROXY_CLIENT_ID— "": "my-service",MCP_CC_PROXY_CLIENT_SECRET— "": "s3cr3t"MCP_CC_PROXY_DEBUG— No false Enable debug logging to stderrMCP_CC_PROXY_REFRESH_SKEW_SECONDS— No 30 Proactive token refresh window (seconds before token expiry)MCP_CC_PROXY_REMOTE_MCP_URL— "": "https://mcp.example.com/mcp",MCP_CC_PROXY_REQUEST_TIMEOUT_MS— No 30000 Timeout for all outgoing network calls: MCP requests, OAuth discovery, and token acquisition (ms)MCP_CC_PROXY_SCOPES— Machine-to-machine clients whose IdP requires a different scope format can override via (or equivalent in their tooling) without requiring changes to the server's metadata.[](https://m8ven.ai/mcp/velias-mcp-client-credentials-auth-38wv9f)