MCP server to allow for a queryable OS filesystem and perform analysis on local files and media and return reports
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"anubis-mcp-server-ub": {
"command": "npx",
"args": [
"-y",
"efwoods/anubis-mcp-server-ubuntu"
]
}
}
}
Run in terminal:
claude mcp add anubis-mcp-server-ub npx -y efwoods/anubis-mcp-server-ubuntu
Add to .cursor/mcp.json:
{
"mcpServers": {
"anubis-mcp-server-ub": {
"command": "npx",
"args": [
"-y",
"efwoods/anubis-mcp-server-ubuntu"
]
}
}
}