oauth
30 articles about oauth in AI news
Stop Leaking MCP API Keys: How to Use OAuth with Claude Code (and Why You
MCP OAuth replaces static keys with short-lived tokens. Claude Code users should use an MCP gateway to centralize OAuth, avoid token sprawl, and prevent mid-task failures.
Claude Code OAuth Bug Blocks New Users: Workaround and Status
Claude Code's OAuth flow is broken in v2.1.107, preventing new auth. Use `claude code auth --manual` to get a token and paste it directly.
Claude Code's OAuth API Key Issue: What Happened and How to Prepare for Next Time
Claude Code's recent OAuth API key expiration incident highlights the importance of monitoring service status and having fallback workflows.
The Claude OAuth Workaround Is Dead. Here's How to Cut Your Claude Code API Bill Today
Anthropic killed the OAuth token exploit. Use TeamoRouter's 50% discount and multi-provider routing to slash Claude Code costs without crypto.
Anthropic Tightens Security: OAuth Tokens Banned from Third-Party Tools in Major Policy Shift
Anthropic has implemented a significant security policy change, prohibiting the use of OAuth tokens and its Agent SDK in third-party tools. This move comes amid growing enterprise adoption and heightened security concerns in the AI industry.
Building a Production-Ready Snowflake MCP Server: A Practical Guide
A technical guide details building a production-ready Snowflake MCP server with OAuth 2.0, schema filtering, and rate limiting for enterprise AI agents.
MCP's Enterprise Auth Standard Goes Stable: Okta Provisions 2,000 Ramp Employees in One Policy
Anthropic and Okta launched Enterprise-Managed Authorization (EMA) for MCP on June 18, 2026, provisioning Ramp's 2,000 employees with zero per-user OAuth steps. Seven MCP servers — Asana, Atlassian, Canva, Figma, Granola, Linear, Supabase — support the standard at launch; VS Code and Azure AD users
xAI Bundles SuperGrok into Hermes Agent — No API Key Needed
xAI integrated SuperGrok subscriptions into Hermes Agent, enabling single OAuth login for Grok 4.3, TTS, images, and X search, eliminating separate API keys.
Cut Your CLAUDE.md Rules 57% with This Opus 5 Audit Procedure
Audit CLAUDE.md rules against Claude Opus 5's system prompt and tool descriptions. One user cut 5,789 words to 2,463 by removing conflicts and redundancies.
CLI vs MCP: Hands-On Experiments Show 250 Tokens vs Over 2,000 for the Same Task
An AI developer ran three experiments comparing CLI and MCP for AI agents. CLI used 250 tokens for file ops and Git; MCP used over 2,000 due to tool schema overhead, but MCP won for web fetching (250 tokens vs 2,000+ for CLI).
MCP's CVE-2026-30623: Anthropic won't fix STDIO command injection
CVE-2026-30623 exposes arbitrary command injection in all four official MCP SDKs; Anthropic won't fix it. 200,000+ instances vulnerable.
The One Decorator That Makes Your Script Agentic: @mcp.tool() vs. Subprocess
Wrap your Claude Code helper scripts in @mcp.tool() to expose typed, discoverable interfaces agents can reason about—the schema, not the AI call, is what makes it agentic.
Smartsheet Deploys Remote MCP Server on AWS for Agent Tool Access
Smartsheet deployed a remote MCP server on AWS ECS Fargate, enabling Claude agents to query and update sheets via standardized tool calls without a local client.
The One Constraint That Makes Claude Code Prompts Work (Or Fail)
Protect Claude Code's context window budget: be specific, provide a verifiable check (tests, build), use plan mode for multi-file changes, and keep CLAUDE.md lean. This one constraint drives all prompt best practices.
Why Claude Code's 80.8% SWE-Bench Score and 1M Context Window Beat Codex
Claude Code's 80.8% SWE-Bench score, 1M token context, and local execution make it the top choice for senior devs—use `claude code` in your terminal for complex codebase work.
mcp-hub: The CLI Tool That Fixes MCP Discovery — 13,000+ Servers, One Command
mcp-hub is a CLI tool that lets you search and install MCP servers from a verified registry — no more guessing on npm. With 13,000+ servers and 97M monthly SDK downloads, discovery is the bottleneck.
3 MCP Gateway Security Gaps LiteLLM's Audit Found (And How to Fix Them in
LiteLLM's audit revealed 3 MCP gateway gaps: fail-open resolver, unpinned servers, opt-in least-privilege. Fix them in Claude Code with version pinning and allowed_tools.
Claude Code Digest — Jun 25–Jun 28
Claude Code’s biggest edge this week wasn’t a new model — it was learning that its harness can veto tool calls, fake tool results can be detected, and MCP servers are becoming the default way to wire in real systems.
MCP Explained: The Standard Quietly Changing How AI Agents Connect to Data
Anthropic released MCP in November 2024; OpenAI and Google DeepMind adopted it by March 2025. The protocol standardizes AI agent-data connectivity, reducing integration complexity.
MCP Becomes USB for AI: 3 Primitives, JSON-RPC 2.0, 50+ Servers
Anthropic's MCP standardizes AI tool connections via JSON-RPC 2.0 with three primitives. Over 50 community servers exist, making it the USB for AI.
Pinterest, Snap, Microsoft Adopt MCP for AI Agent Ad Buying
Pinterest, Snap, and Microsoft launched MCP servers for AI agents to buy ads, standardizing agent-advertiser communication.
AWS DevOps Agent Exits Preview with Datadog MCP Integration, Claiming 75% MTTR Reduction
AWS and Datadog announced production-ready autonomous incident resolution on March 31, 2026, as AWS DevOps Agent exited preview with native Datadog MCP Server integration. The combination lets the agent autonomously pull logs, metrics, and traces from Datadog, correlate them with CloudWatch and depl
Claude Code Digest — Jun 14–Jun 17
Claude Code is shifting from chat to infrastructure: the winning teams are encoding workflows, not prompting harder.
Claustrophobic: The Open-Source Tool That Lets You Seamlessly Switch
Claustrophobic is a multi-account harness for Claude Code that auto-selects the account with the most rate limit remaining, using `c`, `cw`, and `cr` shortcuts to switch rooms seamlessly.
Hacker builds $10/mo persistent workspace for Claude Code
A $10/month persistent workspace for Claude Code and Claude AI using Pi's execution layer, MCP, and Cloudflare Tunnel. Bypasses session context loss by sharing one filesystem and database across all MCP-compatible tools.
The /goal Pattern Goes Mainstream — Agents Need Acceptance Criteria
The /goal pattern goes mainstream across coding agents. Effective goals require acceptance criteria-like conditions to avoid loops or hallucinated success.
CLAUDE.md Explained: How Anthropic's Agent Memory Works
CLAUDE.md is Anthropic's project config file for Claude Code, now two years old with settled best practices for agent memory and context.
Microsoft's Playwright MCP Server Replaces Vision for Web Agents
Microsoft built an MCP server for Playwright that lets AI agents interact with web pages using the accessibility tree, eliminating the need for screenshots and vision models. This approach reduces hallucinations and broken selectors, working with tools like Cursor, VS Code, and Claude Desktop.
Cloudflare Ships Enterprise MCP Governance
Cloudflare's MCP portal aggregates servers behind Cloudflare Access auth, while Code Mode collapses APIs into two tools. But most SaaS MCP endpoints lack controls — here's how to protect your Claude Code workflows.
How Andre Karpathy's CLAUDE.md Guidelines Save Millions of Tokens — and
Andre Karpathy's CLAUDE.md patterns cut token waste by 40%+. Copy his exact config to slash costs and speed up Claude Code.