jtv4k/mongodb-memory-mcp

Persistent, searchable memory for AI agents — an MCP server on MongoDB with hybrid Vector Search + full-text retrieval.

0Stars on the repository
7Mods indexed here, across every type
yesterdayLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

add-mcp-tool

01

jtv4k/mongodb-memory-mcp

Skill Claude CodeCodex

Add a new MCP tool to this server - input and output zod shapes in src/domain/schemas.ts, a module under src/mcp/tools/, registration in src/mcp/server.ts and TOOLNAMES, the KnowledgeService method, annotations, tests. Use whenever a new capability must be exposed over MCP, or when changing an existing tool's schema…

not rated 0 yesterday A 77 tokens original Apache-2.0

jtv4k/mongodb-memory-mcp

Skill Claude CodeCodex

Runbook for changing the embedding model, dimensions or provider - what chunk provenance guarantees, the ordered steps (add provider, update EMBEDDINGMODEL/DIMENSIONS, recreate the vector index if the width changed, run db:reembed, verify with embeddingCoverage), why search stays correct mid-backfill, incremental…

not rated 0 yesterday A 91 tokens original Apache-2.0

jtv4k/mongodb-memory-mcp

Skill Claude CodeCodex

How to match strings case-insensitively or by substring without leaving the index — why a case-insensitive $regex can never use one, the keywordLowercase wildcard recipe behind browse search, token vs string mappings, sorting and counting inside $search, and what eventual consistency does to tests. Use whenever adding…

not rated 0 yesterday A 110 tokens original Apache-2.0

ingestion-pipeline

04

jtv4k/mongodb-memory-mcp

Skill Claude CodeCodex

The validate - chunk - embed - persist contract for this knowledge base, stage by stage, with each stage's invariants and what silently breaks when one is violated. Use before changing the chunker, the embedding provider, the chunk/document schema, or anything in storeContent, and to work out what to re-run to prove…

not rated 0 yesterday A 75 tokens original Apache-2.0

jtv4k/mongodb-memory-mcp

Skill Claude CodeCodex

How MongoDB Vector Search and MongoDB Search index definitions are declared as code in src/db/index-definitions/, applied identically to Atlas Local and cloud Atlas by npm run db:indexes, how drift and readiness are detected, how to add a filter path, and the drop-recreate-re-embed path for a numDimensions or…

not rated 0 yesterday A 88 tokens original Apache-2.0

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: