mcp-server
Verified Safeby Tasfiul-Hedayet
Overview
This server logs authorized client connection events as part of an MCP (Multi-Agent Communication Protocol) system.
Installation
mcp-ip-loggerSecurity Notes
The actual server logic (specifically the `server:server.run` function and its event handling) is not provided, making a full security audit impossible. The `record_event` tool accepts a 'message' string, which, if not properly sanitized before logging or display, could lead to log injection or Cross-Site Scripting (XSS) vulnerabilities. No 'eval', obfuscation, hardcoded secrets, or obvious malicious patterns were found in the provided configuration files.
Similar Servers
mcpcat-python-sdk
An analytics and observability SDK for Multi-modal Conversational Platform (MCP) servers, capturing user behavior and tool interactions for product development and debugging.
shinzo-py
Provides OpenTelemetry-compatible observability for Python MCP servers, offering insights into agent usage patterns, contextualized tool calls, and server performance analysis.
my-mcp-server
A framework for building and operating a Multi-Agent Communication Protocol (MCP) server, including utilities for development, debugging, monitoring, and error tracking.
test-mcp-server
This server acts as an expense tracker, allowing users to add, list, and summarize personal financial expenses using a local SQLite database.