MCP.so
ログイン

mongo-mcp-server

@Matteturtle09

mongo-mcp-server について

MCP server for mongoDB

基本情報

カテゴリ

データベース

ランタイム

node

トランスポート

stdio

公開者

Matteturtle09

設定

標準の設定はありません

このサーバーの README には解析可能な MCP 設定ブロックが含まれていません。インストール手順はリポジトリをご確認ください。

リポジトリ

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is mongo-mcp-server?

It is an MCP (Model Context Protocol) server for querying MongoDB databases. It provides a tool to retrieve all documents from a specified collection.

How to use mongo-mcp-server?

Invoke the get-collection-documents tool, providing the collection name and database name as string inputs. The server returns a list of documents from that collection.

Key features of mongo-mcp-server

  • Single tool: get-collection-documents
  • Accepts collection name and database name as string inputs
  • Returns a list of all documents in the specified collection

Use cases of mongo-mcp-server

  • Querying MongoDB collections from an MCP client
  • Retrieving all documents from a collection for analysis or inspection

FAQ from mongo-mcp-server

What does mongo-mcp-server do?

It is an MCP server for querying MongoDB databases.

What tools does it provide?

It provides the get-collection-documents tool.

What are the inputs for the tool?

The inputs are collection (string, MongoDB collection name) and database (string, MongoDB database name).

What is the output of the tool?

The output is a result (list of documents in the collection).

コメント

「データベース」の他のコンテンツ