Back to Home
jvermeir icon

mcp_server_test

Verified Safe

by jvermeir

Overview

A simple REST API service for storing and retrieving text documents, primarily used as a local test server and integrated with Model Context Protocol (MCP) plugins for AI interaction.

Installation

Run Command
uv run python server.py

Environment Variables

  • PORT

Security Notes

The Flask server (`test_server/server.py`) runs with `debug=True` by default, which is a significant security risk for anything beyond local development, as it can expose sensitive information and allow arbitrary code execution via the Werkzeug debugger. The MCP plugin (`plugins/rest_call_plugin/rest_call.py`) makes HTTP requests using `httpx`. While it limits the host to `http://localhost:3000`, an AI instructing it could still send arbitrary data as JSON bodies or headers to the local server, which is generally acceptable given its role as a plugin for an AI agent interacting with a local service.

Similar Servers

Stats

Interest Score0
Security Score6
Cost ClassLow
Avg Tokens50
Stars0
Forks0
Last Update2025-12-13

Tags

PythonREST APIFlaskMCPDocument Storage