Sandboxed local filesystem: read, search, edit, copy, archive, and safely manage files.
claude mcp add files -- npx -y @abhishekmcp/files
claude_desktop_config.json
{
"mcpServers": {
"files": {
"command": "npx",
"args": [
"-y",
"@abhishekmcp/files"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"files": {
"command": "npx",
"args": [
"-y",
"@abhishekmcp/files"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"files": {
"command": "npx",
"args": [
"-y",
"@abhishekmcp/files"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"files": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@abhishekmcp/files"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"files": {
"command": "npx",
"args": [
"-y",
"@abhishekmcp/files"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.Abhishekkumar2021--files/reviews or the review_server meta-tool.
POST /mcp