Skip to main content
Glama
nanyang12138

AI Research MCP Server

by nanyang12138

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CACHE_DIRNoCache directory (optional, defaults to .cache).cache
GITHUB_TOKENNoGitHub Personal Access Token to increase API rate limits from 60 req/h to 5000 req/h
CACHE_EXPIRY_ARXIVNoCache expiry time for arXiv search results in seconds (2 hours)7200
CACHE_EXPIRY_GITHUBNoCache expiry time for GitHub API results in seconds (1 hour)3600
CACHE_EXPIRY_SUMMARYNoCache expiry time for daily/weekly summaries in seconds (24 hours)86400

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
search_latest_papersC

Search for latest AI/ML research papers from multiple sources (arXiv, Papers with Code, Hugging Face)

search_github_reposC

Search for trending AI/ML GitHub repositories

get_daily_papersB

Get today's featured AI papers from Hugging Face

get_trending_reposC

Get trending AI/ML repositories on GitHub

get_trending_modelsB

Get trending AI models from Hugging Face

search_by_areaB

Search papers and repos by research area (llm, vision, robotics, bioinfo, etc.)

generate_daily_summaryC

Generate a comprehensive daily summary of AI research activity

generate_weekly_summaryC

Generate a comprehensive weekly summary of AI research activity

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
Daily AI Research SummaryToday's AI research summary including papers, repos, and models
Weekly AI Research SummaryThis week's AI research summary

TDQS

B3/5.0

Scored across 8 tools

Disambiguation3/5

Some tools have clear distinctions (e.g., generate_daily_summary vs. get_daily_papers), but there is notable overlap between get_trending_repos and search_github_repos, and between get_daily_papers and search_latest_papers, which could cause confusion. The descriptions help differentiate, but the boundaries are not entirely clear.

Naming Consistency4/5

Most tools follow a consistent verb_noun pattern (e.g., generate_daily_summary, get_trending_models), with minor deviations like search_by_area (which uses 'by' instead of a direct noun). Overall, the naming is readable and predictable, though not perfectly uniform.

Tool Count4/5

With 8 tools, the count is reasonable for an AI research server, covering summary generation, data retrieval, and search functions. It is slightly on the higher side but well within a manageable scope, with each tool serving a distinct purpose in the domain.

Completeness3/5

The toolset covers key areas like summaries, trending items, and searches, but there are gaps in CRUD operations (e.g., no tools for saving, updating, or deleting research data) and limited coverage of non-Hugging Face/GitHub sources. It supports core workflows but may leave agents needing additional functionality for comprehensive research management.

Maintenance

ActivityInactive
ResponsivenessNo issues