Skip to main content
Glama
vibhorxpandey

Aurelius

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TAVILY_API_KEYNoTavily API key for web search and verification. Get a free key at https://tavily.com.
AURELIUS_OUTPUT_DIRNoDirectory to write output files. Default: ./aurelius_output/

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_research_policyA

Return Aurelius's admission policy (accepted vs restricted research domains).

screen_topicA

Screen a research topic against the restricted-domain policy before drafting.

Returns a heuristic flag plus the full policy; you make the final accept/reject call.

draft_outlineA

Return a standard academic outline scaffold (Abstract..References) for a topic.

save_draftB

Save a Markdown research draft to the Aurelius output directory.

save_reportC

Save a fact-checking report (first line 'STATUS: VERIFIED'/'STATUS: REJECTED').

web_searchB

Search the web (Tavily) for evidence about a factual claim or question.

verify_citationB

Check whether an academic citation actually exists in reputable sources (Tavily).

autonomous_researchA

Run the FULL research loop autonomously (screen -> draft -> fact-check -> revise).

Requires an LLM API key with quota in the environment (OPENAI_API_KEY / ANTHROPIC_API_KEY / GOOGLE_API_KEY). Use this only when you want Aurelius to drive its own model instead of the host app's model. May take a few minutes.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/vibhorxpandey/Aurelius'

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