Auth proxy for Model Context Protocol servers - adds authentication to MCP tools for Claude.ai, Claude Code, Cursor, Gemini
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-front": {
"command": "go",
"args": [
"run",
"github.com/stainless-api/mcp-front@latest"
]
}
}
}
Run in terminal:
claude mcp add mcp-front go run github.com/stainless-api/mcp-front@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-front": {
"command": "go",
"args": [
"run",
"github.com/stainless-api/mcp-front@latest"
]
}
}
}