← Back to search

@modelcontextprotocol/server-filesystem

GitHub Actions NOASSERTION Scanned 4d ago

Advanced EverArt MCP server for generating and converting both vector (SVG) and raster images with flexible storage options

C
70.2 / 100

Versions

@modelcontextprotocol/server-filesystem
2026.7.10latest
Jul 10, 2026
2026.7.4
Jul 4, 2026
2026.1.14
Jan 14, 2026
2025.12.18
Dec 18, 2025
2025.11.25
Nov 25, 2025
+ show 13 moreshow less
2025.8.21
Aug 21, 2025
2025.8.18
Aug 18, 2025
2025.7.29
Jul 31, 2025
2025.7.1
Jul 1, 2025
2025.3.28
Mar 28, 2025
2025.1.14
Jan 14, 2025
0.6.2
Dec 4, 2024
0.6.1
Dec 3, 2024
0.6.0
Dec 3, 2024
0.5.1
Nov 25, 2024
0.5.0
Nov 25, 2024
0.3.0
Nov 21, 2024
0.2.0
Nov 21, 2024
@sequentialthinking/server-sequential-thinking
0.6.2latest
Dec 11, 2025
@mcpcn/mcp-open-web
1.0.2latest
Dec 4, 2025
1.0.1
Jun 9, 2025
@eternis.ai/perplexity-ask
0.1.0latest
May 13, 2025
mcp-server-pin-ai
0.1.2latest
Apr 12, 2025
0.1.1
Apr 12, 2025
0.1.0
Apr 12, 2025
2026.1.26latest
Jan 27, 2026
2026.1.14
Jan 14, 2026
2025.12.18
Dec 18, 2025
2025.11.25
Nov 25, 2025
2025.9.25
Sep 25, 2025
+ show 19 moreshow less
2025.8.4
Aug 5, 2025
2025.7.1
Jul 1, 2025
2025.4.24
Apr 25, 2025
2025.4.6
Apr 7, 2025
2025.1.17
Jan 17, 2025
2025.1.14
Jan 14, 2025
typescript-servers-0.6.2
Dec 4, 2024
python-servers-0.6.2
Dec 4, 2024
typescript-servers-0.6.1
Dec 3, 2024
typescript-servers-0.6.0
Dec 3, 2024
python-servers-0.6.1
Nov 29, 2024
0.5.1
Nov 25, 2024
0.5.0
Nov 25, 2024
0.4.1
Nov 22, 2024
0.4.0
Nov 21, 2024
0.3.1
Nov 21, 2024
0.3.0
Nov 21, 2024
0.2.0
Nov 21, 2024
0.1.0
Nov 19, 2024
1.0.0latest
first seen May 20, 2026
PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 24

read_file
annotations: verified low

Read the complete contents of a file as text. DEPRECATED: Use read_text_file instead.

head number path string tail number
readOnlyHint true openWorldHint false
read_text_file
annotations: verified low

Read the complete contents of a file from the file system as text.

head number path string tail number
readOnlyHint true openWorldHint false
read_media_file
annotations: verified low

Read a file and return it as a base64-encoded content block with its MIME type.

path string
readOnlyHint true openWorldHint false
read_multiple_files
annotations: mismatch low

Read the contents of multiple files simultaneously. This is more

paths array
readOnlyHint true openWorldHint false idempotentHint true destructiveHint true
write_file
annotations: verified low

Create a new file or completely overwrite an existing file with new content.

path string content string
readOnlyHint false openWorldHint false idempotentHint true destructiveHint true
edit_file
annotations: verified low

Make line-based edits to a text file. Each edit replaces exact line sequences

path string edits array dryRun boolean newText string oldText string
readOnlyHint false openWorldHint false idempotentHint false destructiveHint true
create_directory
annotations: verified low

Create a new directory or ensure a directory exists. Can create multiple

path string
readOnlyHint false openWorldHint false idempotentHint true destructiveHint false
list_directory
annotations: verified low

Get a detailed listing of all files and directories in a specified path.

path string
readOnlyHint true openWorldHint false
list_directory_with_sizes
annotations: verified low

Get a detailed listing of all files and directories in a specified path, including sizes.

path string sortBy enum
readOnlyHint true openWorldHint false
directory_tree
annotations: verified low

Get a recursive tree view of files and directories as a JSON structure.

path string excludePatterns array
readOnlyHint true openWorldHint false
move_file
annotations: verified low

Move or rename files and directories. Can move files between directories

source string destination string
readOnlyHint false openWorldHint false idempotentHint false destructiveHint true
search_files
annotations: verified low

Recursively search for files and directories matching a pattern.

path string pattern string excludePatterns array
readOnlyHint true openWorldHint false
get_file_info
annotations: verified low

Retrieve detailed metadata about a file or directory. Returns comprehensive

path string
readOnlyHint true openWorldHint false
list_allowed_directories
annotations: verified low

Returns the list of directories that this server is allowed to access.

readOnlyHint true openWorldHint false
sequentialthinking
annotations: none low

A detailed tool for dynamic and reflective problem-solving through thoughts. This tool helps analyze problems through a flexible thinking process that can adapt and evolve. Each thought can build on, question, or revise previous insights as understanding deepens. When to use this tool: - Breaking down complex problems into steps - Planning and design with room for revision - Analysis that might need course correction - Problems where the full scope might not be clear initially - Problems that require a multi-step solution - Tasks that need to maintain context over multiple steps - Situations where irrelevant information needs to be filtered out Key features: - You can adjust total_thoughts up or down as you progress - You can question or revise previous thoughts - You can add more thoughts even after reaching what seemed like the end - You can express uncertainty and explore alternative approaches - Not every thought needs to build linearly - you can branch or backtrack - Generates a solution hypothesis - Verifies the hypothesis based on the Chain of Thought steps - Repeats the process until satisfied - Provides a correct answer Parameters explained: - thought: Your current thinking step, which can include: * Regular analytical steps * Revisions of previous thoughts * Questions about previous decisions * Realizations about needing more analysis * Changes in approach * Hypothesis generation * Hypothesis verification - nextThoughtNeeded: True if you need more thinking, even if at what seemed like the end - thoughtNumber: Current number in sequence (can go beyond initial total if needed) - totalThoughts: Current estimate of thoughts needed (can be adjusted up/down) - isRevision: A boolean indicating if this thought revises previous thinking - revisesThought: If is_revision is true, which thought number is being reconsidered - branchFromThought: If branching, which thought number is the branching point - branchId: Identifier for the current branch (if any) - needsMoreThoughts: If reaching end but realizing more thoughts needed You should: 1. Start with an initial estimate of needed thoughts, but be ready to adjust 2. Feel free to question or revise previous thoughts 3. Don't hesitate to add more thoughts if needed, even at the "end" 4. Express uncertainty when present 5. Mark thoughts that revise previous thinking or branch into new paths 6. Ignore information that is irrelevant to the current step 7. Generate a solution hypothesis when appropriate 8. Verify the hypothesis based on the Chain of Thought steps 9. Repeat the process until satisfied with the solution 10. Provide a single, ideally correct answer as the final output 11. Only set nextThoughtNeeded to false when truly done and a satisfactory answer is reached

create_entities
annotations: verified low

Create multiple new entities in the knowledge graph

entities array
readOnlyHint false openWorldHint false idempotentHint false destructiveHint false
create_relations
annotations: verified low

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

relations array
readOnlyHint false openWorldHint false idempotentHint false destructiveHint false
add_observations
annotations: verified low

Add new observations to existing entities in the knowledge graph

contents array entityName string observations array
readOnlyHint false openWorldHint false idempotentHint false destructiveHint false
delete_entities
annotations: verified low

Delete multiple entities and their associated relations from the knowledge graph

entityNames array
readOnlyHint false openWorldHint false idempotentHint true destructiveHint true
delete_observations
annotations: verified low

Delete specific observations from entities in the knowledge graph

deletions array entityName string observations array
readOnlyHint false openWorldHint false idempotentHint true destructiveHint true
delete_relations
annotations: verified low

Delete multiple relations from the knowledge graph

relations array
readOnlyHint false openWorldHint false idempotentHint true destructiveHint true
read_graph
annotations: verified low

Read the entire knowledge graph

readOnlyHint true openWorldHint false idempotentHint true destructiveHint false
search_nodes
annotations: verified low

Search for nodes in the knowledge graph based on a query

query string
readOnlyHint true openWorldHint false idempotentHint true destructiveHint false
open_nodes
annotations: verified low

Open specific nodes in the knowledge graph by their names

names array
readOnlyHint true openWorldHint false idempotentHint true destructiveHint false

Permissions 4

env_vars low
Server uses env_vars capabilities via: process.env
network medium
Server uses network capabilities via: fetch(), httpx, urllib
filesystem low
Server uses filesystem capabilities via: open(), os, pathlib, shutil
shell high
Server uses shell capabilities via: child_process, spawn(), subprocess

Scan Findings 0

No scan findings.