Jarvis Markdown MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| JARVIS_HOME | No | The path to the Jarvis vault directory (defaults to ~/.jarvis) | ~/.jarvis |
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| initialize_vaultA | Create the Jarvis Markdown vault folders and NOW.md if needed. |
| get_current_contextA | Read NOW.md, today's daily summaries, and the saved memory list. |
| start_workC | Start a simple active work session and append a daily summary. |
| log_progressC | Append a concise progress summary to today's daily log. |
| finish_workC | Finish the current work session as completed, partial, or blocked. |
| add_reminderC | Add a task to REMINDERS.md, optionally with a local due date and time. |
| list_remindersA | List pending reminders, or include completed reminders when requested. |
| complete_reminderC | Mark a reminder in REMINDERS.md as completed. |
| save_memoryC | Save an explicit durable memory as a Markdown file. |
| search_memoryC | Search NOW.md, daily logs, and durable memories for text. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |