Sysplant

v1.0.0Securitystable

Your Windows syscall hooking factory - feat Canterlot's Gate - All accessible over MCP

aicedr-bypassframeworkhacking
Share:
130
Stars
0
Downloads
0
Weekly
0/5

What is Sysplant?

Sysplant is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to your windows syscall hooking factory - feat canterlot's gate - all accessible over mcp

Your Windows syscall hooking factory - feat Canterlot's Gate - All accessible over MCP

This server falls under the Security category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • Your Windows syscall hooking factory - feat Canterlot's Gate

Use Cases

Hook Windows syscalls via MCP
Access low-level system control
Enable advanced security research
x42en

Maintainer

LicenseGPL-3.0
Languagenim
Versionv1.0.0
UpdatedMay 11, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx sysplant

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use Sysplant

Sysplant is a Windows syscall hooking factory that generates low-level syscall stubs for security research, implementing multiple retrieval techniques including the novel Canterlot's Gate method. It supports NIM, C, C++, and Rust output languages and can be driven via MCP for AI-assisted shellcode and evasion research workflows. Security researchers use it to study EDR bypass techniques, test detection logic, and prototype offensive tooling in a controlled environment.

Prerequisites

  • Python 3.8+ installed
  • pip package manager available
  • Windows environment (for using generated syscall stubs) or Linux/macOS for code generation
  • An MCP-compatible client (Claude Desktop or similar)
  • Security research context — this tool is intended for authorized penetration testing and research only
1

Install sysplant via pip

Install the sysplant package from PyPI. This provides both the CLI tool and the MCP bridge script.

pip install sysplant
2

List available syscall presets and iterators

Verify installation and explore available syscall retrieval methods and preset function groups.

sysplant list
3

Start the MCP server bridge

Launch the MCP bridge to expose sysplant functionality over stdio for Claude Desktop or another MCP client. Use --transport sse and --port for web-based clients.

python bridge_mcp_sysplant.py
# Or for SSE/web clients:
python bridge_mcp_sysplant.py --transport sse --port 9090
4

Configure Claude Desktop

Add sysplant to your claude_desktop_config.json. Point the command to Python and the bridge script path after cloning the repository.

{
  "mcpServers": {
    "sysplant": {
      "command": "python",
      "args": ["/path/to/sysplant/bridge_mcp_sysplant.py"]
    }
  }
}
5

Generate a syscall stub manually to verify

Test sysplant's code generation directly from the CLI before relying on the MCP interface. This generates C code using Canterlot's Gate for the common syscall preset.

sysplant generate -c -o syscalls.c canterlot
6

Use Claude to drive code generation

Once the MCP server is running and configured, ask Claude to generate syscall stubs with specific parameters for your research.

Sysplant Examples

Client configuration

Claude Desktop configuration running the sysplant MCP bridge via Python. Clone the repository first to get the bridge script.

{
  "mcpServers": {
    "sysplant": {
      "command": "python",
      "args": ["/path/to/sysplant/bridge_mcp_sysplant.py"]
    }
  }
}

Prompts to try

Security research prompts for working with Windows syscall generation via sysplant.

- "Generate NIM code using Canterlot's Gate for the NtAllocateVirtualMemory and NtWriteVirtualMemory syscalls with name scrambling enabled."
- "List all available syscall retrieval methods and explain the difference between Hell's Gate and Canterlot's Gate."
- "Generate C++ code using the indirect stub method for the common syscall preset and output it to evasion.cpp."

Troubleshooting Sysplant

bridge_mcp_sysplant.py not found after pip install

The bridge script is part of the source repository, not the PyPI package. Clone the repo with 'git clone https://github.com/x42en/sysplant' and run the bridge from the cloned directory.

Generated NIM code fails to compile on Windows

Ensure you have the Nim compiler installed and that you are targeting the correct architecture. Use '-x64' for 64-bit targets (default) or '-x86' for 32-bit. Verify the syscall numbers match your target Windows version.

MCP server connection fails with SSE transport

When using '--transport sse', ensure the port (default 9090) is not blocked by a firewall. Configure your MCP client to connect to 'http://localhost:9090' with the SSE transport type.

Frequently Asked Questions about Sysplant

What is Sysplant?

Sysplant is a Model Context Protocol (MCP) server that your windows syscall hooking factory - feat canterlot's gate - all accessible over mcp It connects AI assistants to external tools and data sources through a standardized interface.

How do I install Sysplant?

Follow the installation instructions on the Sysplant GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with Sysplant?

Sysplant works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is Sysplant free to use?

Yes, Sysplant is open source and available under the GPL-3.0 license. You can use it freely in both personal and commercial projects.

Sysplant Alternatives — Similar Security Servers

Looking for alternatives to Sysplant? Here are other popular security servers you can use with Claude, Cursor, and VS Code.

Casdoor

13.6k

An open-source Agent-first Identity and Access Management (IAM) /LLM MCP & agent gateway and auth server with web UI supporting OpenClaw, MCP, OAuth, OIDC, SAML, CAS, LDAP, SCIM, WebAuthn, TOTP, MFA, Face ID, Google Workspace, Azure AD

ghidraMCP

9.0k

An Model Context Protocol server that enables LLMs to autonomously reverse engineer applications by exposing Ghidra's decompilation and analysis tools. It allows AI agents to list code structures, rename methods, and analyze binaries directly through

HexStrike AI

8.9k

HexStrike AI MCP Agents is an advanced MCP server that lets AI agents (Claude, GPT, Copilot, etc.) autonomously run 150+ cybersecurity tools for automated pentesting, vulnerability discovery, bug bounty automation, and security research. Seamlessly b

IDA Pro MCP

8.7k

Enables AI-assisted reverse engineering in IDA Pro by providing tools to analyze binaries, decompile functions, manage comments, search patterns, and interact with the IDA database through natural language.

Anthropic Cybersecurity Skills

6.6k

754 structured cybersecurity skills for AI agents · Mapped to 5 frameworks: MITRE ATT&CK, NIST CSF 2.0, MITRE ATLAS, D3FEND & NIST AI RMF · agentskills.io standard · Works with Claude Code, GitHub Copilot, Codex CLI, Cursor, Gemini CLI & 20+ platform

Hooker

5.1k

🔥🔥 hooker is a Frida-based reverse engineering toolkit for Android. It offers a user-friendly CLI, universal scripts, auto hook generation, memory roaming to detect activities/services, one-click SOCKS5 proxy setup, Frida JustTrustMe, and BoringSSL u

Browse More Security MCP Servers

Explore all security servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "sysplant": { "command": "npx", "args": ["-y", "sysplant"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use Sysplant?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides