Skip to main content
Glama
byBasiliosP

scholar-memory

by byBasiliosP

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GITHUB_TOKENNoGitHub token for code search (optional, prevents 401 rate limits).
OPENAI_API_KEYNoOpenAI API key for embeddings (required for cloud backend, unless using LM Studio).
ANTHROPIC_API_KEYNoAnthropic API key for strong model in normal/deep research depth.
SCHOLAR_MEMORY_DBNoPath to SQLite database file.~/.scholaragent/memory.db
SCHOLAR_MEMORY_DIRNoData directory for memory store.~/.scholaragent
SCHOLAR_CHEAP_MODELNoCheap model name for Scout agent.gpt-4o-mini
SCHOLAR_LMSTUDIO_URLNoLM Studio endpoint when using lmstudio backend.http://localhost:1234/v1
SCHOLAR_STRONG_MODELNoStrong model name for analysis agents.claude-sonnet-4-6
SCHOLAR_CHEAP_BACKENDNoBackend for Scout agent (e.g., openai, lmstudio).openai
SCHOLAR_STRONG_BACKENDNoBackend for analysis agents (e.g., anthropic, openai, lmstudio).anthropic
SCHOLAR_EMBEDDING_MODELNoEmbedding model name.text-embedding-3-small
SCHOLAR_EMBEDDING_BACKENDNoEmbedding backend: 'openai' or 'lmstudio'.openai

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools

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/byBasiliosP/RLM-Agent'

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