MCP.so
登录

🛡️ CyberShield MCP — Servidor MCP de Defensa Autónoma (Windows)

@jmatias2411

关于 🛡️ CyberShield MCP — Servidor MCP de Defensa Autónoma (Windows)

Servidor MCP para ciberseguridad en Windows. Expone herramientas defensivas como APIs HTTP listas para ser usadas por agentes IA, Claude Desktop o scripts personalizados. Fácil de integrar, extensible y listo para automatizar tu defensa digital.

基本信息

分类

其他

许可证

MIT

运行时

python

传输方式

stdio

发布者

jmatias2411

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "CyberShield-MCP": {
      "command": "uv",
      "args": [
        "run",
        "mcp",
        "install",
        "server.py",
        "--name",
        "CyberShield Agent"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is 🛡️ CyberShield MCP — Servidor MCP de Defensa Autónoma (Windows)?

CyberShield MCP is a fully functional MCP (Model Context Protocol) server designed to execute defensive tools, query system resources, and make security decisions with AI support. It runs on Windows, exposes critical system commands securely, and can be controlled from Claude Desktop or via LangChain agents.

How to use 🛡️ CyberShield MCP — Servidor MCP de Defensa Autónoma (Windows)?

Install dependencies with pip install mcp[cli] langchain langchain-ollama fastapi uvicorn requests. For Claude Desktop, run uv run mcp install server.py --name "CyberShield Agent" then uv run mcp dev server.py. For LangChain + Ollama, start the FastAPI server with uvicorn fastapi_mcp_server:app --port 4242 and run agent_langchain.py. Docker deployment is also available.

Key features of 🛡️ CyberShield MCP — Servidor MCP de Defensa Autónoma (Windows)?

  • Block/unblock firewall ports and IPs
  • Ping and nmap diagnostics
  • Analyze security logs and events
  • Harden system configuration
  • Monitor active network connections
  • Scan and manage active processes

Use cases of 🛡️ CyberShield MCP — Servidor MCP de Defensa Autónoma (Windows)?

  • Automate Windows system defense with AI
  • Execute critical commands via conversational models
  • Strengthen system and reduce attack surface
  • Coordinate responses from agents or chat interfaces
  • Expose defensive tools as HTTP endpoints for integration

FAQ from 🛡️ CyberShield MCP — Servidor MCP de Defensa Autónoma (Windows)?

What operating system does it support?

Only Windows for now, because it uses netsh, ping, Get-WinEvent, and other Windows‑specific commands.

How do I install it for Claude Desktop?

Run uv run mcp install server.py --name "CyberShield Agent" to register the server, then uv run mcp dev server.py to start it. Claude can then use tools like “Haz ping a 8.8.8.8” or “Bloquea la IP 192.168.1.50”.

Can I use

评论

其他 分类下的更多 MCP 服务器