0. **Install dependencies**
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.
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.
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 graphCreate 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 voiceCreate 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 graphAdd 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 graphDelete 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 graphDelete 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 graphDelete multiple relations from the knowledge graph
Aucun schéma d’entrée n’a été publié pour cet outil.
read_graphRead the entire knowledge graphRead 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 querySearch 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 namesOpen 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.
0. **Install dependencies**
Les noms cliquables ouvrent l’index Forge de toutes les entrées observées exposant cet outil. Parcourir tous les outils indexés.
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)
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.