Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LEARNING_MCP_DBNoAbsolute path to the SQLite database. Defaults to <home>/data/learning.db.
LEARNING_MCP_HOMENoThe base folder for server data. Defaults to the Learning MCP repository root.
LEARNING_MCP_PROJECT_ROOTNoLegacy default value for CLI 'current'. Defaults to the current execution folder.
LEARNING_MCP_OBSIDIAN_VAULTNoObsidian vault to export reviews to. If not set, no export is performed.
LEARNING_MCP_CODEX_SESSION_ROOTNoTop-level folder readable for Codex rollout files. Defaults to ~/.codex/sessions.
LEARNING_MCP_MAX_EVIDENCE_CHARSNoMaximum number of characters for evidence response. Defaults to 12000.12000
LEARNING_MCP_MAX_MANIFEST_CHARSNoMaximum number of characters for manifest. Defaults to 8000.8000

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

Features and capabilities supported by this server

Protocol revision2025-11-25

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

Tools

Functions exposed to the LLM to take actions

NameDescription
start_featureC

[MCP Tool] 새로운 기능/태스크 학습 추적을 시작합니다. 호출자의 현재 Git 루트 absolute 경로(project_root)를 명시적으로 전달해야 합니다.

get_project_contextB

[MCP Tool] 지정된 project_root 경로의 Git 상태 및 현재 진행 중인 활성 기능(Active Feature)을 조회합니다.

record_decisionC

[MCP Tool] 아키텍처 또는 구현 방식에 관한 중요한 의사결정 사항과 선택 대안, 결정 주체를 기록합니다.

record_debug_attemptB

[MCP Tool] 버그 원인 파악 시 증상, 검증할 가설, 실험 결과 및 디버깅 상태를 기록합니다.

sync_codex_sessionC

[MCP Tool] Codex CLI 세션 로그(.jsonl)를 기능에 연동하고 소모된 토큰 사용량 차이(Delta)를 계산합니다.

get_feature_manifestB

[MCP Tool] 전체 트랜스크립트 대신 토큰 효율적인 압축 매니페스트 및 근거 참짓(Ref) 목록을 조회합니다.

get_evidenceC

[MCP Tool] 매니페스트에서 얻은 특정 근거 참짓(decision, debug, diff, commit 등)의 상세 내역을 선택적으로 가져옵니다.

save_feature_reviewC

[MCP Tool] 기능 구현 완료 후 학습 회고/리뷰 데이터를 저장하고 선택적으로 Obsidian Vault로 내보냅니다.

finish_featureC

[MCP Tool] 진행 중인 기능을 완료(completed) 처리하고 연동된 Codex 세션 토큰 사용량을 최종 갱신합니다.

get_learning_historyB

[MCP Tool] 프로젝트의 최근 학습 리뷰 기록 및 자주 반복되는 약점(Recurring Weaknesses) 상위 목록을 조회합니다.

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/giseungNoh/AI-learning-mcp'

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