visual-memory-context-server

MCPcommunauté
v1.0.2ISCMis à jour il y a 11 moisnpmGitHub

0. **Install dependencies**

Fonctionne dans
ClaudeCursorCopilotGemini

Déduit des transports déclarés par cette annonce (stdio). Un client absent de cette liste n’est pas écarté pour autant — c’est simplement quelque chose que Forge ne peut pas confirmer.

Indexé automatiquement depuis des sources publiques. Pas encore vérifié par son développeur sur Forge.Revendiquer cette annonce →
83Téléch./sem.
il y a 11 moisDernière mise à jour
Paquet
Auteur
LicenceISC
Version1.0.2
Sourcenpm+mcp-registry
Statut de confiance
B
60/100Bon
Listé dans l’index Forge+10/10
Identité de l’éditeur vérifiée+0/20
Éditeur : exécutez `forge publish` depuis le dépôt du paquet pour revendiquer la propriété
Signature de publication Ed25519+0/5
Incluse automatiquement quand l’éditeur exécute `forge publish`
Vérification de domaine+0/5
Éditeur : hébergez /.well-known/forge.json sur la page d’accueil du paquet avec { "publisher": "<github-login>" }
npm Trusted Publishing (Sigstore)+0/5
Publiez depuis GitHub Actions avec --provenance pour que l’attestation lie ce paquet à ce dépôt
Correspondance de mainteneur npm+0/5
Acquis dès que votre identité est vérifiée ci-dessus et que ce login est mainteneur npm de ce paquet
Analyse CVE · propre+30/30
Analyse statique · propre+20/20
Collez-le dans Claude Code, Cursor ou tout assistant d’IA pour combler toutes les lacunes
StatutIndexé par la communauté
ÉditeurNon vérifié
SignatureNon signé
Domaine
Provenance
Dépendances60 résolues · 1 avec des advisories
Surface d’outils23 outils · 6 privilégiés
Analyse de sécurité✓ Proprev1.0.2 · il y a 3 jQuelle est l’efficacité de cette analyse ?
ÉvaluationsAucune
Indexé26 août 2026

La vérification confirme l’identité de l’éditeur (la propriété du dépôt), pas la sûreté du code. L’analyse de sécurité couvre les CVE connues et les scripts d’installation suspects.

Outils

23 outils · 6 privilégiés
Extrait statiquement du paquet publiév1.0.2 · 3d ago

Lu dans le code que npm livre réellement, au moment de l’analyse. Le paquet n’a jamais été exécuté. Les outils enregistrés dynamiquement à l’exécution, ou cachés dans du code empaqueté ou minifié, peuvent passer inaperçus — c’est donc un plancher de la surface d’outils, pas un recensement complet.

create_entitiesCreate multiple new entities in the knowledge graph

Create multiple new entities in the knowledge graph

Aucun schéma d’entrée n’a été publié pour cet outil.

create_relationsCreate multiple new relations between entities in the knowledge graph. Relations should be in active voice

Create multiple new relations between entities in the knowledge graph. Relations should be in active voice

Aucun schéma d’entrée n’a été publié pour cet outil.

add_observationsAdd new observations to existing entities in the knowledge graph

Add new observations to existing entities in the knowledge graph

Aucun schéma d’entrée n’a été publié pour cet outil.

delete_entitiesprivilégiéDelete multiple entities and their associated relations from the knowledge graph

Delete multiple entities and their associated relations from the knowledge graph

Aucun schéma d’entrée n’a été publié pour cet outil.

delete_observationsprivilégiéDelete specific observations from entities in the knowledge graph

Delete specific observations from entities in the knowledge graph

Aucun schéma d’entrée n’a été publié pour cet outil.

delete_relationsprivilégiéDelete multiple relations from the knowledge graph

Delete multiple relations from the knowledge graph

Aucun schéma d’entrée n’a été publié pour cet outil.

read_graphRead the entire knowledge graph

Read the entire knowledge graph

Aucun schéma d’entrée n’a été publié pour cet outil.

search_nodesSearch for nodes in the knowledge graph based on a query

Search for nodes in the knowledge graph based on a query

Aucun schéma d’entrée n’a été publié pour cet outil.

open_nodesOpen specific nodes in the knowledge graph by their names

Open specific nodes in the knowledge graph by their names

Aucun schéma d’entrée n’a été publié pour cet outil.

list_allowed_directoriesReturns the list of directories that this server is allowed to access. Subdirectories within these allowed directories are also accessible. Use this to understand which directories and their nested paths are available before trying to access files.

Returns the list of directories that this server is allowed to access. Subdirectories within these allowed directories are also accessible. Use this to understand which directories and their nested paths are available before trying to access files.

Aucun schéma d’entrée n’a été publié pour cet outil.

list_directoryGet a detailed listing of all files and directories in a specified path. Results clearly distinguish between files and directories with [FILE] and [DIR] prefixes. This tool is essential for understanding directory structure and finding specific files within a directory. Only works within allowed di…

Get a detailed listing of all files and directories in a specified path. Results clearly distinguish between files and directories with [FILE] and [DIR] prefixes. This tool is essential for understanding directory structure and finding specific files within a directory. Only works within allowed di…

Aucun schéma d’entrée n’a été publié pour cet outil.

list_directory_with_sizesGet a detailed listing of all files and directories in a specified path, including sizes. Results clearly distinguish between files and directories with [FILE] and [DIR] prefixes. This tool is useful for understanding directory structure and finding specific files within a directory. Only works wit…

Get a detailed listing of all files and directories in a specified path, including sizes. Results clearly distinguish between files and directories with [FILE] and [DIR] prefixes. This tool is useful for understanding directory structure and finding specific files within a directory. Only works wit…

Aucun schéma d’entrée n’a été publié pour cet outil.

get_file_infoRetrieve detailed metadata about a file or directory. Returns comprehensive information including size, creation time, last modified time, permissions, and type. This tool is perfect for understanding file characteristics without reading the actual content. Only works within allowed directories.

Retrieve detailed metadata about a file or directory. Returns comprehensive information including size, creation time, last modified time, permissions, and type. This tool is perfect for understanding file characteristics without reading the actual content. Only works within allowed directories.

Aucun schéma d’entrée n’a été publié pour cet outil.

read_text_fileRead the complete contents of a file from the file system as text. Handles various text encodings and provides detailed error messages if the file cannot be read. Use this tool when you need to examine the contents of a single file. Use the 'head' parameter to read only the first N lines of a file,…

Read the complete contents of a file from the file system as text. Handles various text encodings and provides detailed error messages if the file cannot be read. Use this tool when you need to examine the contents of a single file. Use the 'head' parameter to read only the first N lines of a file,…

Aucun schéma d’entrée n’a été publié pour cet outil.

read_multiple_filesRead the contents of multiple files simultaneously. This is more efficient than reading files one by one when you need to analyze or compare multiple files. Each file's content is returned with its path as a reference. Failed reads for individual files won't stop the entire operation. Only works wi…

Read the contents of multiple files simultaneously. This is more efficient than reading files one by one when you need to analyze or compare multiple files. Each file's content is returned with its path as a reference. Failed reads for individual files won't stop the entire operation. Only works wi…

Aucun schéma d’entrée n’a été publié pour cet outil.

write_fileprivilégiéCreate a new file or completely overwrite an existing file with new content. Use with caution as it will overwrite existing files without warning. Handles text content with proper encoding. Only works within allowed directories.

Create a new file or completely overwrite an existing file with new content. Use with caution as it will overwrite existing files without warning. Handles text content with proper encoding. Only works within allowed directories.

Aucun schéma d’entrée n’a été publié pour cet outil.

edit_fileprivilégiéMake line-based edits to a text file. Each edit replaces exact line sequences with new content. Returns a git-style diff showing the changes made. Only works within allowed directories.

Make line-based edits to a text file. Each edit replaces exact line sequences with new content. Returns a git-style diff showing the changes made. Only works within allowed directories.

Aucun schéma d’entrée n’a été publié pour cet outil.

create_directoryCreate a new directory or ensure a directory exists. Can create multiple nested directories in one operation. If the directory already exists, this operation will succeed silently. Perfect for setting up directory structures for projects or ensuring required paths exist. Only works within allowed d…

Create a new directory or ensure a directory exists. Can create multiple nested directories in one operation. If the directory already exists, this operation will succeed silently. Perfect for setting up directory structures for projects or ensuring required paths exist. Only works within allowed d…

Aucun schéma d’entrée n’a été publié pour cet outil.

move_fileprivilégiéMove or rename files and directories. Can move files between directories and rename them in a single operation. If the destination exists, the operation will fail. Works across different directories and can be used for simple renaming within the same directory. Both source and destination must be w…

Move or rename files and directories. Can move files between directories and rename them in a single operation. If the destination exists, the operation will fail. Works across different directories and can be used for simple renaming within the same directory. Both source and destination must be w…

Aucun schéma d’entrée n’a été publié pour cet outil.

search_filesRecursively search for files and directories matching a pattern. Searches through all subdirectories from the starting path. The search is case-insensitive and matches partial names. Returns full paths to all matching items. Great for finding files when you don't know their exact location. Only sea…

Recursively search for files and directories matching a pattern. Searches through all subdirectories from the starting path. The search is case-insensitive and matches partial names. Returns full paths to all matching items. Great for finding files when you don't know their exact location. Only sea…

Aucun schéma d’entrée n’a été publié pour cet outil.

graph_search_filesSearch for files in Microsoft OneDrive using Microsoft Graph API. Requires an access token to be provided.

Search for files in Microsoft OneDrive using Microsoft Graph API. Requires an access token to be provided.

Aucun schéma d’entrée n’a été publié pour cet outil.

graph_get_fileGet details of a specific file from Microsoft OneDrive by its ID.

Get details of a specific file from Microsoft OneDrive by its ID.

Aucun schéma d’entrée n’a été publié pour cet outil.

graph_list_folderList contents of a folder in Microsoft OneDrive. Use 'root' as folderId for the root folder.

List contents of a folder in Microsoft OneDrive. Use 'root' as folderId for the root folder.

Aucun schéma d’entrée n’a été publié pour cet outil.

23 outils sur 23 ont publié une description.

Les noms et descriptions d’outils sont écrits par l’éditeur et affichés tels quels, comme du texte inerte. Ce sont les chaînes qu’un client MCP transmet à un modèle, alors Forge y recherche des motifs d’injection de prompt — tout constat apparaît avec l’analyse de sécurité ci-dessus. « Privilégié » est une correspondance de mot-clé sur le nom de l’outil, pas un audit de ce qu’il fait : un nom anodin peut tout de même tout faire.

À propos

0. **Install dependencies**

Mots-clés
mcp
Alternatives
Comparaison des surfaces d’outils…

Arbre de dépendances

Ce qu'une analyse Forge a résolu à partir des métadonnées npm le 2026-08-30 — résolution observée, et non une déclaration de l'éditeur.

60 paquets résolus · 12 directs · 1 porteurs d'avis de sécurité La résolution s'arrête à la profondeur 4 et à 60 paquets.

L'exploration s'est arrêtée à la limite de 60 paquets. Le reste de l'arbre n'a jamais été résolu.

36 autres paquets résolus ne sont pas dessinés ici (limite d'affichage : 24). Toute dépendance porteuse d'un avis de sécurité est dessinée quelle que soit la limite. Inventaire complet (SBOM CycloneDX)

Déclarées mais non résolues

97 dépendances déclarées ne sont jamais arrivées dans l'arbre. Elles manquent à la résolution de Forge, pas au paquet.

+85 de plus non listées. Les comptes par motif ci-dessus les couvrent toutes.

Non suivies : peerDependencies. Cet arbre ne couvre que les dépendances d'exécution ; ce qu'elles entraînent n'a jamais été résolu.

Thèmes

Apparentés dans memory & knowledge graphs