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
Octocode is an intelligent code indexer, semantic search engine, and knowledge graph builder that provides AI-powered assistance for developers.
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 MCP server for accessing real-time and historical market data, performing advanced financial analytics (forecasting, pattern detection, volatility estimation, causal discovery), and executing trading operations.
mcp-server
A personal expense tracker with tools to add, list, delete, and summarize expenses, providing an API for financial management.