Skip to main content
Glama

MCP Toolbox for Databases

by googleapis
Apache 2.0
11,041
  • Linux
mongodb.md1.09 kB
--- title: "MongoDB" type: docs weight: 1 description: > MongoDB is a no-sql data platform that can not only serve general purpose data requirements also perform VectorSearch where both operational data and embeddings used of search can reside in same document. --- ## About [MongoDB][mongodb-docs] is a popular NoSQL database that stores data in flexible, JSON-like documents, making it easy to develop and scale applications. [mongodb-docs]: https://www.mongodb.com/docs/atlas/getting-started/ ## Example ```yaml sources: my-mongodb: kind: mongodb uri: "mongodb+srv://username:password@host.mongodb.net" ``` ## Reference | **field** | **type** | **required** | **description** | |-----------|:--------:|:------------:|-------------------------------------------------------------------| | kind | string | true | Must be "mongodb". | | uri | string | true | connection string to connect to MongoDB |

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/googleapis/genai-toolbox'

If you have feedback or need assistance with the MCP directory API, please join our Discord server