Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
ArXiv MCP Server
Claim
by
huanongfish
GitHub
Research & Data
Search
Note Taking
Python
Apache 2.0
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
src
arxiv_mcp_server
resources
src/arxiv_mcp_server/resources/__init__.py
src/arxiv_mcp_server/resources/papers.py
"""Resource management for the arXiv MCP server.""" from .papers import PaperManager __all__ = ["PaperManager"]