visual-memory-context-server

MCPcomunidad
v1.0.2ISCActualizado hace 11 mnpmGitHub

0. **Install dependencies**

Funciona en
ClaudeCursorCopilotGemini

Inferido de los transportes que declara este listado (stdio). Que un cliente no aparezca aquí no significa que se haya descartado: simplemente Forge no puede confirmarlo.

Indexado automáticamente desde fuentes públicas. Aún sin verificar por su desarrollador en Forge.Reclamar este listado →
83Descargas/sem.
hace 11 mÚltima actualización
Paquete
Autor
LicenciaISC
Versión1.0.2
Fuentenpm+mcp-registry
Estado de confianza
B
60/100Bueno
Listado en el índice de Forge+10/10
Identidad del publicador verificada+0/20
Publicador: ejecuta `forge publish` desde el repo del paquete para reclamar la propiedad
Firma de publicación Ed25519+0/5
Se incluye automáticamente cuando el publicador ejecuta `forge publish`
Verificación de dominio+0/5
Publicador: aloja /.well-known/forge.json en la página del paquete con { "publisher": "<github-login>" }
npm Trusted Publishing (Sigstore)+0/5
Publica desde GitHub Actions con --provenance para que la attestation vincule este paquete a este repo
Coincidencia de maintainer en npm+0/5
Se consigue cuando tu identidad esté verificada arriba y ese login sea maintainer de este paquete en npm
Análisis CVE · limpio+30/30
Análisis estático · limpio+20/20
Pégalo en Claude Code, Cursor o cualquier asistente de IA para corregir todas las carencias
EstadoIndexado por la comunidad
PublicadorSin verificar
FirmaSin firmar
Dominio
Procedencia
Dependencias60 resueltas · 1 con advisories
Superficie de herramientas23 herramientas · 6 privilegiadas
Análisis de seguridad✓ Limpiov1.0.2 · hace 3 d¿Qué tan bien funciona este análisis?
EvaluacionesNinguna
Indexado26 ago 2026

La verificación confirma la identidad del publicador (la propiedad del repo), no la seguridad del código. El análisis de seguridad cubre los CVE conocidos y los scripts de instalación sospechosos.

Herramientas

23 herramientas · 6 privilegiadas
Extraído estáticamente del paquete publicadov1.0.2 · 3d ago

Leído del código que npm publica realmente, en el momento del análisis. El paquete nunca se ejecutó. Las herramientas registradas dinámicamente en tiempo de ejecución, o escondidas en código empaquetado o minificado, pueden pasarse por alto — así que esto es un mínimo de la superficie de herramientas, no un censo completo.

create_entitiesCreate multiple new entities in the knowledge graph

Create multiple new entities in the knowledge graph

No se publicó ningún esquema de entrada para esta herramienta.

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

No se publicó ningún esquema de entrada para esta herramienta.

add_observationsAdd new observations to existing entities in the knowledge graph

Add new observations to existing entities in the knowledge graph

No se publicó ningún esquema de entrada para esta herramienta.

delete_entitiesprivilegiadaDelete multiple entities and their associated relations from the knowledge graph

Delete multiple entities and their associated relations from the knowledge graph

No se publicó ningún esquema de entrada para esta herramienta.

delete_observationsprivilegiadaDelete specific observations from entities in the knowledge graph

Delete specific observations from entities in the knowledge graph

No se publicó ningún esquema de entrada para esta herramienta.

delete_relationsprivilegiadaDelete multiple relations from the knowledge graph

Delete multiple relations from the knowledge graph

No se publicó ningún esquema de entrada para esta herramienta.

read_graphRead the entire knowledge graph

Read the entire knowledge graph

No se publicó ningún esquema de entrada para esta herramienta.

search_nodesSearch for nodes in the knowledge graph based on a query

Search for nodes in the knowledge graph based on a query

No se publicó ningún esquema de entrada para esta herramienta.

open_nodesOpen specific nodes in the knowledge graph by their names

Open specific nodes in the knowledge graph by their names

No se publicó ningún esquema de entrada para esta herramienta.

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.

No se publicó ningún esquema de entrada para esta herramienta.

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…

No se publicó ningún esquema de entrada para esta herramienta.

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…

No se publicó ningún esquema de entrada para esta herramienta.

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.

No se publicó ningún esquema de entrada para esta herramienta.

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,…

No se publicó ningún esquema de entrada para esta herramienta.

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…

No se publicó ningún esquema de entrada para esta herramienta.

write_fileprivilegiadaCreate 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.

No se publicó ningún esquema de entrada para esta herramienta.

edit_fileprivilegiadaMake 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.

No se publicó ningún esquema de entrada para esta herramienta.

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…

No se publicó ningún esquema de entrada para esta herramienta.

move_fileprivilegiadaMove 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…

No se publicó ningún esquema de entrada para esta herramienta.

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…

No se publicó ningún esquema de entrada para esta herramienta.

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.

No se publicó ningún esquema de entrada para esta herramienta.

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.

No se publicó ningún esquema de entrada para esta herramienta.

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.

No se publicó ningún esquema de entrada para esta herramienta.

23 de 23 herramientas publicaron una descripción.

Los nombres y descripciones de las herramientas los escribe el publicador y se muestran literalmente como texto inerte. Son las cadenas que un cliente MCP pasa al modelo, así que Forge las analiza en busca de patrones de inyección de prompts — cualquier hallazgo aparece junto al análisis de seguridad de arriba. «Privilegiada» es una coincidencia de palabra clave en el nombre de la herramienta, no una auditoría de lo que hace: un nombre inofensivo puede hacer cualquier cosa.

Acerca de

0. **Install dependencies**

Palabras clave
mcp
Alternativas
Comparando superficies de herramientas…

Árbol de dependencias

Lo que un análisis de Forge resolvió a partir de los metadatos de npm el 2026-08-30: resolución observada, no una declaración del publicador.

60 paquetes resueltos · 12 directos · 1 con avisos de seguridad La resolución se detiene en la profundidad 4 y en 60 paquetes.

El rastreo se detuvo en el límite de 60 paquetes. El resto del árbol nunca se resolvió.

Hay 36 paquetes resueltos más que no se dibujan aquí (límite de visualización: 24). Toda dependencia con avisos de seguridad se dibuja aunque se supere el límite. Inventario completo (SBOM CycloneDX)

Declaradas pero no resueltas

97 dependencias declaradas nunca llegaron al árbol. Faltan en la resolución de Forge, no en el paquete.

+85 más sin listar. Los recuentos por motivo de arriba las incluyen todas.

No se siguen: peerDependencies. Este árbol cubre solo dependencias en tiempo de ejecución, así que lo que estas arrastren nunca se resolvió.

Temas

Relacionados en memory & knowledge graphs