
Mcp Smbmap
Let your coding agent enumerate SMB shares and map network file exposure through Model Context Protocol instead of manual smbmap CLI runs.
Overview
io.github.daedalus/mcp-smbmap is an MCP server for the Ship phase that exposes smbmap SMB share enumeration to coding agents over stdio.
What is this MCP server?
- Stdio MCP server (PyPI mcp-smbmap v0.1.2) wrapping smbmap enumeration
- Exposes SMB share mapping to Claude Code, Cursor, and other MCP clients
- GitHub source at daedalus/mcp-smbmap with MCP 2025-12-11 server schema
- Suited for authorized lab, staging, or red-team workflows—not casual file browsing
- Agent-driven recon replaces context-switching to terminal smbmap sessions
- Package version 0.1.2 on PyPI identifier mcp-smbmap
- Stdio transport per MCP 2025-12-11 server schema
- Source repository github.com/daedalus/mcp-smbmap
What problem does it solve?
Manual smbmap runs break agent flow when you need quick SMB recon during a security review.
Who is it for?
Authorized staging or lab SMB mapping while hardening a self-hosted or small-office stack with an MCP-enabled agent.
Skip if: Builders with no security review need, no Python MCP setup, or networks they are not permitted to scan.
What do I get? / Deliverables
Your agent can trigger share enumeration via MCP and fold results into review notes and fix lists in one session.
- Agent-callable SMB enumeration results aligned with smbmap behavior
- Registered stdio MCP server entry in your agent config
- Share-mapping context usable in security review write-ups
Recommended MCP Servers
Journey fit
SMB enumeration belongs on the Ship shelf because it validates attack surface and misconfigurations before or alongside production hardening—not during early idea research. Security subphase is the canonical home for network share discovery tooling used in reviews, pen tests, and launch-prep audits.
How it compares
SMB enumeration MCP bridge, not a full agent skill or vulnerability management suite.
Common Questions / FAQ
Who is io.github.daedalus/mcp-smbmap for?
Solo builders and tiny teams running authorized security checks who want smbmap-style SMB discovery inside Claude Code, Cursor, or Codex via MCP.
When should I use io.github.daedalus/mcp-smbmap?
Use it in the Ship security subphase when validating SMB exposure on systems you own or have written permission to test.
How do I add io.github.daedalus/mcp-smbmap to my agent?
Install the PyPI package mcp-smbmap (0.1.2), configure stdio transport in your MCP client, and point the server entry at the published identifier from the server manifest.