Tag: MCP

98 posts tagged with "MCP" — Page 3 of 4

Preview image for Configuring Secure GitHub App Tokens for Enterprise MCP

The default GitHub MCP server authentication model is built for individual developers, not enterprise multi-agent deployments. This guide explains how to configure local GitHub App token authentication to enable dynamic per-workflow identity, avoid Copilot license requirements, and support GitHub Enterprise Cloud. You'll learn step-by-step setup, security best practices, and governance patterns for production use.

Preview image for Enterprise MCP Gateway Hidden Costs: Latency vs Sec Tradeoff

The Model Context Protocol's metadata-heavy design imposes a massive hidden token tax on enterprise deployments, with costs jumping 19-40x for common workflows. MCP gateways solve critical governance and security gaps but cannot reduce this inherent protocol overhead, and faster gateways often lack compliance features. Enterprises must weigh token costs, latency, and security requirements when selecting a gateway.

Preview image for Hardening AGENTS.md and Agent Config Files Against Poisoning

AI coding agents treat repository instruction files like AGENTS.md as trusted authority, creating a critical, widely overlooked attack surface that adversaries exploit to poison agent behavior. Traditional security controls including IAM, EDR, and static scanning cannot detect these attacks, as agents execute malicious instructions using their own legitimate credentials with no alert triggers.

Preview image for July 2026 Stateless MCP Spec Migration: Remote Server Guide

The July 2026 MCP spec update removes the protocol-level session layer, eliminating the need for sticky sessions and shared session stores for remote MCP servers. Operators have a 10-week migration window ending July 28, 2026 to update their infrastructure before the final spec ships. The shift enables horizontal scaling via round-robin load balancers but requires refactoring session-dependent code to use explicit client-passed handles.

Preview image for MCP Authorization Best Practices: What EMA Solves and Leaves

Enterprise-Managed Authorization (EMA) for MCP streamlines enterprise connection governance via centralized IdP control, but it does not cover runtime, context-aware authorization for individual agent tool calls. This creates a critical governance gap where over-permissioning becomes the default, leaving teams responsible for implementing action-level access controls to secure agent workflows.

Preview image for MCP Server Deployment Guide: Build vs Buy in 2026

This 2026 guide compares self-hosted and managed MCP server deployment for enterprise teams, breaking down total cost of ownership, security responsibilities, and compliance requirements. It explains how the new stateless MCP specification changes infrastructure needs, and provides a framework to choose the right deployment model based on team size, regulatory constraints, and engineering capacity.

Preview image for MCP Server with Notion

Notion's official hosted MCP server offers seamless AI workspace integration but has major capability gaps compared to its deprecated local counterpart, plus hidden costs tied to Notion plan tiers. Engineering and enterprise teams must evaluate these tradeoffs carefully before adopting the integration for production use.

Preview image for Supabase MCP Server: Unspoken Privilege Inversion Problem

The official Supabase MCP server grants AI assistants default service_role access that bypasses all Row-Level Security policies, creating a severe privilege inversion risk. While it offers robust database and backend management capabilities with enterprise OAuth support, its default authorization model leaves production databases exposed to indirect prompt injection attacks. Teams must enforce strict read-only and project-scoped configurations to mitigate these risks.

Preview image for How to Build an MCP Server in Python

This guide covers building production-ready MCP servers in Python using the official SDK and FastMCP, along with key tradeoffs between local and remote deployment architectures. It also breaks down hidden cost drivers like authentication and token overhead that routinely exceed server development expenses, and outlines critical security updates required before the July 2026 MCP specification finalizes.

Preview image for Cursor Memory System Explained

Cursor has no native persistent memory across chat sessions, forcing users to re-explain project context every time they start a new conversation. A range of MCP-based memory servers and cloud-hosted alternatives fill this structural gap, each with distinct tradeoffs for setup, privacy, and automation. This guide compares the top options and recommends the best fit for solo developers and engineering teams.

Preview image for 2026 AI Coding Tool Governance: Closing the Agentic Gap

New Snyk scan data from nearly 10,000 developer environments shows 80% of developers run multiple AI coding tools, with over half connecting unvetted agents to production systems via MCP servers. This unmonitored adoption has created a massive, widening agentic governance gap that traditional security teams cannot detect. Enterprises must replace unenforceable paper policies with real-time runtime controls to close this critical attack surface and meet upcoming Snyk ADS compliance standards.