A local MCP server for Visual Studio 2022 that provides AI agents with secure, selective access to project files and directories through hybrid configuration options.
Validates accessibility of configured directories and can optionally list a directory and/or read a file.
Lists files and subdirectories in a given directory, with optional progress reporting.
Reads the content of a specified file as text.
Reads the content of a specified file as base64-encoded binary.
Lists all resources (files and directories) in a directory (or all allowed directories) in MCP resource format.
Gets metadata and actions for a specific file or directory.
{
"servers": {
"filesystem-server": {
"command": "python",
"args": [
"/absolute/path/to/your/project/filesystem_server/app.py"
],
"cwd": "/absolute/path/to/your/project/filesystem_server"
}
}
}