Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-daedalus-mcp-smbmap": {
"args": [
"mcp-smbmap"
],
"command": "uvx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server exposing smbmap SMB enumeration functionality.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx 'mcp-smbmap' 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 mcp-smbmap 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 security
An evil MCP server used for redteam testing
AI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Proof primitive for AI agents on MultiversX. Anchor file hashes on-chain as verifiable proofs.
mcpki-server is the backend infrastructure for https://www.mcpki.org, enabling secure public key management and autonomous certificate handling for large language models (LLMs).
MCP Security Weekly
Get CVE alerts and security updates for io.github.daedalus/mcp-smbmap and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP server exposing smbmap SMB enumeration functionality.
pip install mcp-smbmap
from mcp_smbmap import mcp
# Run the MCP server
mcp.run()
connect - Connect to an SMB hostlist_shares - List all shares on the target hostlist_drives - List all drives on the target hostlist_path - List contents of a share pathget_version - Get OS version of the remote hostcheck_signing - Check SMB signing statusexec_command - Execute a command on the remote hostdownload_file - Download a file from the remote systemupload_file - Upload a file to the remote systemdelete_file - Delete a remote filecheck_admin - Check if user has admin rightsdisconnect - Disconnect from an SMB hostgit clone https://github.com/daedalus/mcp-smbmap.git
cd mcp-smbmap
pip install -e ".[test]"
# run tests
pytest
# format
ruff format src/ tests/
# lint
ruff check src/ tests/
# type check
mypy src/
mcp-name: io.github.daedalus/mcp-smbmap