
File MCP Server
A Model Context Protocol (MCP) server that enables AI assistants to perform comprehensive file operations including finding, reading, writing, editing, searching, moving, and copying files with security validations.
README
File MCP Server
A Model Context Protocol (MCP) server providing comprehensive file operations.
Usage
Add to your MCP client configuration:
{
"mcpServers": {
"file": {
"type": "stdio",
"command": "npx",
"args": ["github:d-issy/mcp"]
}
}
}
No local setup required! The server will be automatically downloaded and built on first use.
Version Control
You can specify a particular version, branch, or commit:
// Latest release
"args": ["github:d-issy/mcp#v0.1.0"]
// Specific branch
"args": ["github:d-issy/mcp#main"]
// Specific commit
"args": ["github:d-issy/mcp#abc1234"]
Available Tools
Tool | Description | Key Features |
---|---|---|
find |
Find files and directories with pattern matching | • Glob patterns (*.js , **/*.test.ts )<br>• Exclude patterns (!**/node_modules/** )<br>• Depth control and .gitignore respect |
read |
Read file contents with safety checks | • Line range support (startLine , endLine )<br>• Content size validation (20k char limit)<br>• Required for safe editing operations |
write |
Write complete file contents | • Create new files or overwrite existing<br>• Parent directory auto-creation<br>• Requires prior read for existing files |
edit |
Edit files with batch operations | • Multiple edits in single operation<br>• String replacement and line insertion<br>• Requires prior read for safety |
grep |
Search file contents with regex | • Regular expression pattern matching<br>• Context lines around matches<br>• File pattern filtering (*.js , *.{ts,tsx} ) |
move |
Move files with safety checks | • Cross-device move support<br>• Overwrite protection<br>• Current directory bounds validation |
copy |
Copy files with metadata preservation | • Preserve timestamps and permissions<br>• Overwrite protection<br>• Auto-create destination directories |
All tools include comprehensive security validations and respect .gitignore files.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.