[PR #2436] [MERGED] feat(mcp): Support custom configurable HTTP headers #2105

Closed
opened 2026-03-02 12:00:35 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/2436
Author: @chen-ye
Created: 1/31/2026
Status: Merged
Merged: 2/9/2026
Merged by: @MohamedBassem

Base: mainHead: feat/mcp-custom-headers


📝 Commits (4)

  • cee714b feat(mcp): Support custom configurable HTTP headers
  • 001aa68 docs(mcp): Add KARAKEEP_CUSTOM_HEADERS documentation
  • d7b3e29 fix(mcp): Prioritize default headers and safely parse custom headers
  • fc76e69 docs(mcp): Correct capitalization of Cloudflare headers

📊 Changes

2 files changed (+19 additions, -3 deletions)

View changed files

📝 apps/mcp/README.md (+7 -3)
📝 apps/mcp/src/shared.ts (+12 -0)

📄 Description

Allow users to pass custom headers (e.g. for authentication) via KARAKEEP_CUSTOM_HEADERS environment variable.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/karakeep-app/karakeep/pull/2436 **Author:** [@chen-ye](https://github.com/chen-ye) **Created:** 1/31/2026 **Status:** ✅ Merged **Merged:** 2/9/2026 **Merged by:** [@MohamedBassem](https://github.com/MohamedBassem) **Base:** `main` ← **Head:** `feat/mcp-custom-headers` --- ### 📝 Commits (4) - [`cee714b`](https://github.com/karakeep-app/karakeep/commit/cee714bc9d33c938bcdd7a3e80ab40227c1ce08e) feat(mcp): Support custom configurable HTTP headers - [`001aa68`](https://github.com/karakeep-app/karakeep/commit/001aa68c5fd99671b9a86f7722aee9a615634f9e) docs(mcp): Add KARAKEEP_CUSTOM_HEADERS documentation - [`d7b3e29`](https://github.com/karakeep-app/karakeep/commit/d7b3e29bbc1c9bb14dc09d885f8a2b8a7465b001) fix(mcp): Prioritize default headers and safely parse custom headers - [`fc76e69`](https://github.com/karakeep-app/karakeep/commit/fc76e69accfc2c6da9a58a8d361b4fc80070ffe8) docs(mcp): Correct capitalization of Cloudflare headers ### 📊 Changes **2 files changed** (+19 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `apps/mcp/README.md` (+7 -3) 📝 `apps/mcp/src/shared.ts` (+12 -0) </details> ### 📄 Description Allow users to pass custom headers (e.g. for authentication) via `KARAKEEP_CUSTOM_HEADERS` environment variable. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 12:00:35 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/karakeep#2105
No description provided.