74
/ 100
17 days ago
glama

mcp-client-credentials-auth

A local stdio MCP server that authenticates to remote OAuth-protected MCP servers using the client_credentials grant, handling token acquisition and request forwarding.

Is this your MCP?

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.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 1 credential: MCP_CC_PROXY_CLIENT_SECRET
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configMCP_CC_PROXY_CAPABILITIES_POLL_SECONDSNo 60 Interval to poll remote MCP server for capability changes (0 = disabled)
configMCP_CC_PROXY_CLIENT_ID"": "my-service",
🔐 secretMCP_CC_PROXY_CLIENT_SECRET"": "s3cr3t"
configMCP_CC_PROXY_DEBUGNo false Enable debug logging to stderr
configMCP_CC_PROXY_REFRESH_SKEW_SECONDSNo 30 Proactive token refresh window (seconds before token expiry)
configMCP_CC_PROXY_REMOTE_MCP_URL"": "https://mcp.example.com/mcp",
configMCP_CC_PROXY_REQUEST_TIMEOUT_MSNo 30000 Timeout for all outgoing network calls: MCP requests, OAuth discovery, and token acquisition (ms)
configMCP_CC_PROXY_SCOPESMachine-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.
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/velias-mcp-client-credentials-auth-38wv9f)](https://m8ven.ai/mcp/velias-mcp-client-credentials-auth-38wv9f)
commit: 33cd7f571d5ca4a8bf7a3785d023b95c9901e553
code hash: cafa48d47632aa158b07805ffe4873e48ec037fdeae49e49578a6cb91435a609
verified: 7/14/2026, 8:31:13 AM
view raw JSON →