remote_mcp
Verified Safeby rsmolgovsky-cnc
Overview
This is an MCP (Model Context Protocol) server that provides AI agents with tools and resources to search, retrieve, and organize academic papers from arXiv based on specified topics.
Installation
npx @modelcontextprotocol/inspectorEnvironment Variables
- PORT
Security Notes
The server interacts with the local filesystem to store paper information. While `os.path.join` and topic sanitization (`replace(" ", "_")`) mitigate common path traversal risks, exposing the server to untrusted inputs without further input validation or sandboxing could theoretically lead to issues like excessive file creation or information disclosure from the `PAPER_DIR` if a malicious topic is crafted. No 'eval' or hardcoded secrets were found.
Similar Servers
octocode
An intelligent code indexer and semantic search engine that builds knowledge graphs of codebases, providing AI-powered assistance for development tasks like natural language search, smart commits, and code reviews, with local-first and multi-language support.
mcp-server-csdn
The server automatically publishes Markdown articles to the CSDN platform, acting as a tool called by a Spring AI agent.
mt-data-mcp
A MetaTrader5 (MT5) Market Data Provider offering advanced financial analysis capabilities including price forecasting, volatility estimation, pattern detection, technical indicators, and algorithmic trading decision support.
mcp-server
A personal expense tracker with tools to add, list, delete, and summarize expenses, providing an API for financial management.