Skip to content
This repository was archived by the owner on Sep 29, 2025. It is now read-only.

Commit 42469b3

Browse files
mongodbenBen Perlmutter
andauthored
(EAI-1118): Ingest MongoDB MCP Server docs (#783)
ingest mcp docs Co-authored-by: Ben Perlmutter <mongodben@mongodb.com>
1 parent b7dd831 commit 42469b3

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

packages/ingest-mongodb-public/src/sources/snootySources.ts

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,13 @@ export const snootyProjectConfig: LocallySpecifiedSnootyProjectConfig[] = [
104104
{
105105
type: "snooty",
106106
name: "mck",
107-
tags: ["docs", "kubernetes", "k8s", "kubernetes-controllers", "kubernetes-operator"],
107+
tags: [
108+
"docs",
109+
"kubernetes",
110+
"k8s",
111+
"kubernetes-controllers",
112+
"kubernetes-operator",
113+
],
108114
productName: "MongoDB Controllers for Kubernetes",
109115
},
110116
{
@@ -148,6 +154,12 @@ export const snootyProjectConfig: LocallySpecifiedSnootyProjectConfig[] = [
148154
tags: ["docs", "mongodb-vscode", "vscode", "gui"],
149155
productName: "MongoDB for VS Code",
150156
},
157+
{
158+
type: "snooty",
159+
name: "mcp-server",
160+
tags: ["docs", "mongodb-mcp", "mcp"],
161+
productName: "MongoDB MCP Server",
162+
},
151163
{
152164
type: "snooty",
153165
name: "mongoid",

packages/mongodb-rag-core/src/mongoDbMetadata/products.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,12 @@ export const mongoDbProducts = [
299299
description:
300300
"VS Code extension for working with MongoDB data directly in your IDE",
301301
},
302+
{
303+
id: "mcp_server",
304+
name: "MongoDB MCP Server",
305+
description:
306+
"The MongoDB MCP Server lets you connect to MongoDB from your agentic AI tools, assistants, and platforms.",
307+
},
302308
{
303309
id: "mongodb_cli",
304310
name: "MongoDB CLI",

0 commit comments

Comments
 (0)