MCPServer
Verified Safeby JavierusTk
Overview
Provides a Model Context Protocol (MCP) server for Claude Code integration, offering custom tools including advanced Windows OutputDebugString capture and analysis.
Installation
No command providedSecurity Notes
The server runs locally and offers debug capture tools that monitor `OutputDebugString` messages from user applications in the current Windows session without requiring administrator privileges. The primary security considerations involve proper configuration of network access (CORS, host IP) to prevent exposure to untrusted networks and potential misuse if Claude Code itself is compromised. The default `AllowedOrigins` and `Host` are secure for local use, but changing them without appropriate restrictions could pose a risk.
Similar Servers
Delphi-MCP-Server
Implements the Model Context Protocol (MCP) in Delphi to enable AI-powered development workflows and integrate with clients like Claude Code.
consult-llm-mcp
An MCP server that allows AI agents like Claude Code to consult stronger, more capable AI models (e.g., GPT-5.2, Gemini 3.0 Pro) for complex code analysis, debugging, and architectural advice.
DMCPServer
Transforms Delphi code into a Master Control Protocol (MCP) server, allowing Large Language Models (LLMs) to interact with custom-defined actions and access external resources.
ast-mcp-server
Provides an MCP (Model Context Protocol) server for code structure and semantic analysis using ASTs and ASGs, integrated with external AI clients like Claude Desktop.