Test_Remote_Mcp_Server
Verified Safeby visk12345
Overview
An expense tracking server that allows adding, listing, and summarizing financial transactions.
Installation
pip install "fastmcp>=2.13.0.2" aiosqlite && python mains.pySecurity Notes
The server uses parameterized SQL queries, effectively preventing SQL injection vulnerabilities. No 'eval', 'exec', or direct system command execution is present. There are no hardcoded secrets identified. The database is stored in a temporary directory, which while impacting persistence, does not inherently pose a security risk beyond data loss. Error messages containing `str(e)` are common and generally benign.
Similar Servers
sandbox
A comprehensive sandbox environment for AI agents, integrating browser, shell, file system, VSCode server, Jupyter notebooks, and Model Context Protocol (MCP) services within a unified Docker container for agent development and tool evaluation.
kerneldev-mcp
An MCP server for intelligent Linux kernel configuration management, building, and filesystem regression testing, including advanced device management for performance optimization.
qoder-test-repo
This repository appears to be a placeholder or a test environment for an unknown application, lacking sufficient information to determine its specific function.
base-mcp-server
The MCP server wraps the Base Blockscout API to provide agent-friendly tools for querying account, transaction, contract, token, log, and DEX router activity on Base Mainnet and Base Sepolia.