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
claude-code-mcp
Provides an MCP server to allow LLMs to directly invoke Claude Code CLI for complex coding, file system, and Git operations, bypassing interactive permission prompts.
Delphi-MCP-Server
Provides a Model Context Protocol (MCP) server implementation in Delphi to integrate AI agents like Claude Code with Delphi development workflows via an extensible tool and resource system.
DMCPServer
DMCPServer allows Delphi developers to create and expose Master Control Protocol (MCP) servers, enabling integration with AI platforms like Claude for external tool execution and resource management.
consult-llm-mcp
Facilitates Claude Code to consult powerful external AI models for complex code analysis, debugging, and review tasks.