Learning MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LEARNING_MCP_DB | No | Absolute path to the SQLite database. Defaults to <home>/data/learning.db. | |
| LEARNING_MCP_HOME | No | The base folder for server data. Defaults to the Learning MCP repository root. | |
| LEARNING_MCP_PROJECT_ROOT | No | Legacy default value for CLI 'current'. Defaults to the current execution folder. | |
| LEARNING_MCP_OBSIDIAN_VAULT | No | Obsidian vault to export reviews to. If not set, no export is performed. | |
| LEARNING_MCP_CODEX_SESSION_ROOT | No | Top-level folder readable for Codex rollout files. Defaults to ~/.codex/sessions. | |
| LEARNING_MCP_MAX_EVIDENCE_CHARS | No | Maximum number of characters for evidence response. Defaults to 12000. | 12000 |
| LEARNING_MCP_MAX_MANIFEST_CHARS | No | Maximum 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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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