@@ -8,7 +8,97 @@ import TabItem from "@theme/TabItem";
88
99export const changelogData = [
1010 {
11- date : "December 3, 2025" ,
11+ date : "December 1, 2025" ,
12+ title : "Hosted MCP Server" ,
13+ content : (
14+ < >
15+ < p >
16+ We've made it easier to integrate Tigris into your AI workflows
17+ by removing the most complicated part of getting started with the MCP
18+ server: installing it. Our hosted MCP server at{ " " }
19+ < a href = "https://mcp.storage.dev" > mcp.storage.dev</ a > lets you
20+ integrate Tigris into your ChatGPT, Claude, and agentic coding
21+ workflows in a snap.
22+ </ p >
23+
24+ < p >
25+ < strong > Why it matters</ strong >
26+ </ p >
27+ < ul >
28+ < li >
29+ No installation required — always have access to the most recent
30+ version of the MCP server
31+ </ li >
32+ < li >
33+ OAuth authentication — no need to load API keys into your
34+ agent's configuration, reducing the attack surface.{ " " }
35+ < a href = "https://www.tigrisdata.com/blog/mcp-oauth/" >
36+ Learn how we implemented OAuth with a man-in-the-middle pattern.
37+ </ a >
38+ </ li >
39+ < li >
40+ Multi-organization support — access buckets across all your
41+ organizations from a single connection
42+ </ li >
43+ < li >
44+ Works everywhere — integrate with ChatGPT web, Claude Desktop,
45+ Claude Code, Cursor, OpenAI Codex, and VS Code
46+ </ li >
47+ </ ul >
48+ < p >
49+ Get started at < a href = "https://mcp.storage.dev" > mcp.storage.dev</ a > { " " }
50+ and connect Tigris to your AI agents today.
51+ </ p >
52+
53+ < BlogPostPreview
54+ href = "https://www.tigrisdata.com/blog/hosted-mcp/"
55+ title = "Tigris' MCP Server Goes Global"
56+ description = "We've made it easier to integrate Tigris into your AI workflows by removing the most complicated part of getting started with the MCP server: installing it."
57+ imageSrc = { require ( "./assets/2025/12/hosted-mcp.webp" ) . default }
58+ imageAlt = "A digital illustration of a cartoon bengal tiger high-fiving a robot on a backdrop of the astral plane with floating mountains."
59+ buttonText = "Read the Blog"
60+ author = "Tigris Engineering"
61+ date = "December 2025"
62+ />
63+ </ >
64+ ) ,
65+ subcategories : [
66+ {
67+ title : "Features" ,
68+ items : [
69+ {
70+ title : "OAuth authentication flow" ,
71+ description : (
72+ < >
73+ < p >
74+ The hosted MCP server implements the OAuth 2 flow, meaning you
75+ don't even need to load API keys into your agent's
76+ configuration. This reduces the attack surface and makes setup
77+ even easier.
78+ </ p >
79+ </ >
80+ ) ,
81+ tag : { label : "Security" , color : "green" } ,
82+ } ,
83+ {
84+ title : "Multi-organization access" ,
85+ description : (
86+ < >
87+ < p >
88+ Access buckets across all your Tigris organizations from a
89+ single MCP connection. When you ask your agent to list
90+ buckets, it'll list them across all your organizations.
91+ </ p >
92+ </ >
93+ ) ,
94+ tag : { label : "MCP" , color : "blue" } ,
95+ } ,
96+ ] ,
97+ } ,
98+ ] ,
99+ } ,
100+ {
101+ date : "November 15, 2025" ,
12102 title : "Bucket Snapshots" ,
13103 content : (
14104 < >
0 commit comments