Skip to main content

Mongodb

@keeb/mongodbv2026.04.22.3· 8d agoMODELS·SKILLS
01README

Query and write MongoDB collections, diagnose connectivity, and walk related records from swamp workflows.

02Models1
@keeb/mongodbv2026.04.07.1mongodb_query.ts

Global Arguments

ArgumentTypeDescription
mongodbUristringMongoDB connection URI
fn diagnose()
Check connectivity and list collections in a specific database. Tries the default DB from URI, plus common alternatives.
fn query(collection: string, limit: number)
Query any collection with a filter, projection, sort, and limit.
ArgumentTypeDescription
collectionstringCollection name
limitnumberMax documents to return
fn find_user(query: string)
Search for a user by username or email. Supports exact and case-insensitive regex matching.
ArgumentTypeDescription
querystringSearch term (username or email pattern)
fn insert(collection: string)
Insert one or more documents into a collection.
ArgumentTypeDescription
collectionstringCollection name
fn find_related(userId: string)
Given a user ID, search for related records in account, organization, and member collections.
ArgumentTypeDescription
userIdstringUser ID to search for related records

Resources

queryResults(infinite)— Query results from MongoDB
03Skills1
mongodb1 file
04Previous Versions7
2026.04.22.2Apr 22, 2026
2026.04.07.1Apr 7, 2026

Bump versions; add insert method for writing documents

Added 1 skills

2026.04.06.1Apr 7, 2026
2026.03.29.1Mar 29, 2026
2026.03.10.2Mar 10, 2026
2026.03.10.1Mar 10, 2026
2026.03.04.1Mar 10, 2026
05Stats
A
100 / 100
Downloads
33
Archive size
294.6 KB
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types1/1earned
  • Has description1/1earned
  • At least one platform tag (or universal)1/1earned
  • Two or more platform tags (or universal)1/1earned
  • License declared1/1earned
  • Verified public repository2/2earned
06Security Notice

This extension includes AI agent skills that can modify AI assistant behavior. Review the skill files before installing.

07Platforms
08Labels