Skip to content

feat: Add dedicated MCP server container in the Feast operator Deployment - #6654

Draft
patelchaitany wants to merge 1 commit into
feast-dev:masterfrom
patelchaitany:feat/dedicated-mcp-container
Draft

feat: Add dedicated MCP server container in the Feast operator Deployment#6654
patelchaitany wants to merge 1 commit into
feast-dev:masterfrom
patelchaitany:feat/dedicated-mcp-container

Conversation

@patelchaitany

@patelchaitany patelchaitany commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Add a dedicated MCP container in the existing Feast pod with its own port, resource limits, and Kubernetes Service
  • Follows the same sidecar pattern as the registry, offline, and UI containers
  • Promotes MCP from a config flag on the online store to a top-level service type

Motivation

The MCP server currently runs inside the same container as the online feature server, sharing the same port, process, and resources. No way to isolate MCP traffic or allocate dedicated resources.

Closes #6653

…ment

The MCP server currently runs inside the same container as the online
feature server, sharing the same port, process, and resources. This
change adds a dedicated MCP container in the existing Feast pod with
its own port, resource limits, and Kubernetes Service, following the
same sidecar pattern as the registry, offline, and UI containers.

Closes feast-dev#6653

Signed-off-by: Chaitany Patel <patelchaitany93@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: Add dedicated MCP server container in the Feast operator Deployment

1 participant