A c# backend that provides AI agents with secure, controlled access to the local file system.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"verzeichnis-server-m": {
"command": "npx",
"args": [
"-y",
"stephanj79/Verzeichnis-Server-MCP"
]
}
}
}
Run in terminal:
claude mcp add verzeichnis-server-m npx -y stephanj79/Verzeichnis-Server-MCP
Add to .cursor/mcp.json:
{
"mcpServers": {
"verzeichnis-server-m": {
"command": "npx",
"args": [
"-y",
"stephanj79/Verzeichnis-Server-MCP"
]
}
}
}