No description
  • TypeScript 100%
Find a file
keeb 595b770b75 Sync canonical local development changes from swamp-media
Brings mongodb_query up to what swamp-media has been running locally.
Bumps manifest 2026.04.22.3 → 2026.05.06.1.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-06 15:44:04 -07:00
.claude/skills/mongodb feat: add embedded mongodb skill for AI agents 2026-04-06 18:34:30 -07:00
extensions/models Sync canonical local development changes from swamp-media 2026-05-06 15:44:04 -07:00
.gitignore Initial commit: @keeb/mongodb extension 2026-03-10 12:50:23 -07:00
.swamp.yaml Initial commit: @keeb/mongodb extension 2026-03-10 12:50:23 -07:00
CLAUDE.md Initial commit: @keeb/mongodb extension 2026-03-10 12:50:23 -07:00
manifest.yaml Sync canonical local development changes from swamp-media 2026-05-06 15:44:04 -07:00
README.md Initial commit: @keeb/mongodb extension 2026-03-10 12:50:23 -07:00

@keeb/mongodb

Swamp extension for querying MongoDB databases.

Models

mongodb

Query MongoDB collections, search users, and explore related records.

Method Description
diagnose Check connectivity and list collections across databases
query Query any collection with filter, projection, sort, and limit
find_user Search for a user by username or email
find_related Find related records in account, organization, and member collections

Install

swamp extension pull @keeb/mongodb

License

MIT