Skip to main content
Glama

mcp-simple-arxiv

by andybrandt
MIT License
156
  • Apple
__init__.py236 B
""" MCP server providing access to arXiv papers through their API. """ import asyncio from .server import main as server_main __version__ = "0.1.0" def main(): """Main entry point for the package.""" asyncio.run(server_main())

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/andybrandt/mcp-simple-arxiv'

If you have feedback or need assistance with the MCP directory API, please join our Discord server