Secure filesystem access for AI agents with configurable directory and file type restrictions
MCPpedia last refreshed this data
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-oncorporation-filesystem-server-oncorporation": {
"args": [
"vs-filesystem-mcp-server"
],
"command": "uvx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Local MCP server for Visual Studio 2022+ that provides code-workspace functionality by giving AI agents selective access to project folders and files
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx 'vs-filesystem-mcp-server' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked vs-filesystem-mcp-server against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
Compact, efficient, and extensible long-term memory for LLM agents.
MCP Security Weekly
Get CVE alerts and security updates for io.github.Oncorporation/filesystem-server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Local MCP server for Visual Studio 2022+ that provides code-workspace functionality by giving AI agents selective access to project folders and files
This MCP server is optimized for:
.code-workspace files--allow-write (disabled by default)\) and Unix (/) path separatorspip install vs-filesystem-mcp-server
Ensure you have Python 3.10+ installed
Clone the repository
Navigate to the project directory
Install dependencies using uv:
uv sync
.mcp.jsoninit() tool firstThe easiest way to get started! Create a config.json file:
For MCP server usage:
config.json in the same folder as your .mcp.json file (usually C:\Users\YourUsername\)For debugging from source (Visual Studio 2022+):
config.json in the same directory as app.py (D:/Projects/filesystem_server/){
"allowed_dirs": [
... [View full README on GitHub](https://github.com/oncorporation/filesystem_server#readme)