MCP_SERVER_DEMO
Verified Safeby charanadi4u
Overview
This server acts as a tool to search for and store academic papers from arXiv, primarily for use in Retrieval-Augmented Generation (RAG) systems.
Installation
python server.pySecurity Notes
The server sanitizes user input for creating directory names, preventing common path traversal vulnerabilities. No `eval` or obvious malicious patterns are present. It interacts with the local filesystem for data storage and makes external API calls to arXiv, which is expected functionality. No hardcoded secrets were found.
Similar Servers
mcp-server-example
Provides an example of a Python-based server application, likely demonstrating a specific protocol or backend functionality.
mcp-server-demo
A demonstration server application, likely written in Python, showcasing a specific protocol or service (possibly related to 'MCP').
mcp-servers
This project demonstrates setting up and interacting with multiple MCP servers (Multi-Compute Protocol) using a client and a ReAct agent powered by an LLM for tool orchestration.
MCP_server
This server provides an inventory management and forecasting system, interacting with Google Sheets for data storage and SQLite for user configuration and logs, all exposed as an MCP service.