visual-memory-context-server

MCPCommunity
v1.0.2ISCAktualisiert vor 11 Mon.npmGitHub

0. **Install dependencies**

Läuft in
ClaudeCursorCopilotGemini

Abgeleitet aus den Transporten, die dieser Eintrag deklariert (stdio). Ein Client, der hier nicht steht, ist damit nicht ausgeschlossen — Forge kann ihn nur nicht bestätigen.

Automatisch aus öffentlichen Quellen indexiert. Vom Entwickler auf Forge noch nicht verifiziert.Diesen Eintrag beanspruchen →
83Downloads/Wo.
vor 11 Mon.Letzte Aktualisierung
Paket
Autor
LizenzISC
Version1.0.2
Quellenpm+mcp-registry
Trust-Status
B
60/100Gut
Im Forge-Index gelistet+10/10
Publisher-Identität verifiziert+0/20
Publisher: führe `forge publish` im Repo des Pakets aus, um die Inhaberschaft zu beanspruchen
Ed25519-Publish-Signatur+0/5
Wird automatisch ergänzt, wenn der Publisher `forge publish` ausführt
Domain-Verifizierung+0/5
Publisher: hinterlege /.well-known/forge.json auf der Paket-Homepage mit { "publisher": "<github-login>" }
npm Trusted Publishing (Sigstore)+0/5
Veröffentliche aus GitHub Actions mit --provenance, damit die Attestation dieses Paket an dieses Repo bindet
npm-Maintainer-Übereinstimmung+0/5
Wird erreicht, sobald deine Identität oben verifiziert ist und dieser Login npm-Maintainer dieses Pakets ist
CVE-Scan · sauber+30/30
Statische Analyse · sauber+20/20
Füge das in Claude Code, Cursor oder einen beliebigen KI-Assistenten ein, um alle Lücken zu schließen
StatusVon der Community indexiert
PublisherNicht verifiziert
SignaturNicht signiert
Domain
Herkunft
Abhängigkeiten60 aufgelöst · 1 mit Advisories
Tool-Oberfläche23 Tools · 6 privilegiert
Sicherheits-Scan✓ Sauberv1.0.2 · vor 3 TWie gut funktioniert dieser Scan?
EvaluierungenKeine
Indexiert26. Aug. 2026

Die Verifizierung bestätigt die Identität des Publishers (die Inhaberschaft am Repo), nicht die Sicherheit des Codes. Der Sicherheits-Scan deckt bekannte CVEs und verdächtige Installationsskripte ab.

Tools

23 Tools · 6 privilegiert
Statisch aus dem veröffentlichten Paket extrahiertv1.0.2 · 3d ago

Aus dem Quellcode gelesen, den npm tatsächlich ausliefert, zum Zeitpunkt des Scans. Das Paket wurde nie ausgeführt. Tools, die zur Laufzeit dynamisch registriert werden oder in gebündeltem beziehungsweise minifiziertem Code stecken, können übersehen werden — das hier ist also eine Untergrenze der Tool-Oberfläche, keine vollständige Erhebung.

create_entitiesCreate multiple new entities in the knowledge graph

Create multiple new entities in the knowledge graph

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

add_observationsAdd new observations to existing entities in the knowledge graph

Add new observations to existing entities in the knowledge graph

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

delete_entitiesprivilegiertDelete multiple entities and their associated relations from the knowledge graph

Delete multiple entities and their associated relations from the knowledge graph

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

delete_observationsprivilegiertDelete specific observations from entities in the knowledge graph

Delete specific observations from entities in the knowledge graph

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

delete_relationsprivilegiertDelete multiple relations from the knowledge graph

Delete multiple relations from the knowledge graph

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

read_graphRead the entire knowledge graph

Read the entire knowledge graph

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

search_nodesSearch for nodes in the knowledge graph based on a query

Search for nodes in the knowledge graph based on a query

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

open_nodesOpen specific nodes in the knowledge graph by their names

Open specific nodes in the knowledge graph by their names

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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…

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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…

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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…

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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…

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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…

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

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.

Für dieses Tool wurde kein Eingabeschema veröffentlicht.

23 von 23 Tools haben eine Beschreibung veröffentlicht.

Tool-Namen und -Beschreibungen stammen vom Publisher und werden wortgetreu als inerter Text angezeigt. Es sind die Zeichenketten, die ein MCP-Client an ein Modell übergibt, deshalb prüft Forge sie auf Prompt-Injection-Muster — jeder Befund erscheint oben beim Sicherheits-Scan. „Privilegiert“ ist ein Schlagwort-Treffer im Tool-Namen, keine Prüfung dessen, was das Tool tut: ein harmlos klingender Name kann trotzdem alles tun.

Über

0. **Install dependencies**

Schlagwörter
mcp
Alternativen
Tool-Oberflächen werden verglichen…

Abhängigkeitsbaum

Was ein Forge-Scan am 2026-08-30 aus den npm-Metadaten aufgelöst hat — beobachtete Auflösung, keine Angabe des Herausgebers.

60 Pakete aufgelöst · 12 direkt · 1 mit Sicherheitshinweisen Die Auflösung endet bei Tiefe 4 und 60 Paketen.

Der Durchlauf endete an der Grenze von 60 Paketen. Der Rest des Baums wurde nie aufgelöst.

36 weitere aufgelöste Pakete werden hier nicht gezeichnet (Anzeigegrenze: 24). Jede Abhängigkeit mit einem Sicherheitshinweis wird unabhängig von der Grenze gezeichnet. Vollständiges Inventar (CycloneDX-SBOM)

Deklariert, aber nicht aufgelöst

97 deklarierte Abhängigkeiten sind nie im Baum gelandet. Sie fehlen in Forges Auflösung, nicht im Paket.

+85 weitere nicht aufgeführt. Die Zählungen nach Grund oben erfassen sie alle.

Nicht verfolgt: peerDependencies. Dieser Baum erfasst nur Laufzeitabhängigkeiten; was jene mitbringen, wurde nie aufgelöst.

Themen

Verwandtes in memory & knowledge graphs