test-remote-mcp-server
Verified Safeby mayank-vikki
Overview
This server provides an API for managing personal expenses, allowing users to add, list, and summarize financial transactions.
Installation
python main.pySecurity Notes
The code utilizes parameterized SQL queries which prevents SQL injection vulnerabilities. No 'eval', 'exec', or similar dangerous functions are used. There are no hardcoded secrets found. The database is stored in a temporary directory, which is a functional detail rather than a security flaw, but implies ephemerality. The server defaults to listening on 0.0.0.0:8000, which is broad for production but standard for development and containerized environments.
Similar Servers
codebadger
A containerized Model Context Protocol (MCP) server for multi-language static code analysis using Joern's Code Property Graph (CPG) technology.
RiMCP_hybrid
A local RAG (Retrieval-Augmented Generation) server providing semantic and lexical search, and graph-based navigation for RimWorld game source code and XML definitions to AI assistants.
felix
A real-time, local voice assistant with advanced conversational AI, barge-in capabilities, and autonomous tool execution, including image generation via ComfyUI.
mcp-server-learning
A basic server component for the Minecraft Protocol, likely for learning or foundational development.