hacktricks-mcp

3z/hacktricks-mcp
★ 0 stars Python AI/LLM Updated today
Fast, self-hostable MCP server giving AI agents token-authenticated full-text search over the HackTricks security wiki (Cloudflare Worker + D1).
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "hacktricks-mcp": {
      "command": "uvx",
      "args": [
        "hacktricks-mcp"
      ]
    }
  }
}

Or install with pip: pip install hacktricks-mcp

README Excerpt

**A fast, self-hostable [MCP](https://modelcontextprotocol.io) server that gives AI agents instant, token-authenticated access to the entire [HackTricks](https://github.com/HackTricks-wiki/hacktricks) security wiki.** HackTricks is one of the best offensive-security references on the internet — but it's a website: HTML pages, a 78 MB client-side search blob, banners, and ~140 MB of screenshots. That's slow and token-expensive for an AI agent to consume. This project strips it down to clean markd

Tools (3)

get_pagelist_sectionsearch

Topics

ai-agentsclaudecloudflare-d1cloudflare-workersfts5hacktricksmcpmodel-context-protocolpentestingsecurity