datacore-mcp
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DATACORE_PATH | No | Full installation path | ~/Data |
| DATACORE_TIMEZONE | No | IANA timezone (e.g., Europe/Ljubljana) | System |
| DATACORE_CACHE_TTL | No | File cache TTL in seconds | 60 |
| DATACORE_CORE_PATH | No | Core mode storage path | ~/Datacore |
| DATACORE_HTTP_HOST | No | HTTP bind address | 127.0.0.1 |
| DATACORE_HTTP_PORT | No | HTTP transport port | 3100 |
| DATACORE_LOG_LEVEL | No | debug, info, warning, error | warning |
| DATACORE_TRANSPORT | No | stdio or http | stdio |
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 | {} |
| logging | {} |
| prompts | {} |
| resources | {
"subscribe": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| datacore_captureA | Capture a journal entry or knowledge note. Call proactively to record important decisions, meeting outcomes, and significant events. |
| datacore_searchB | Search journal entries and knowledge notes by keyword |
| datacore_ingestC | Ingest text content as a knowledge note |
| datacore_statusA | Show Datacore status: note counts, module health, update info |
| datacore_dateA | Canonical date operations — ALWAYS use this instead of typing dates from memory. LLMs hallucinate day-of-week names and anchor to training-era dates. Returns today's date, validates day-of-week, adds/subtracts days, parses relative expressions, and formats org-mode timestamps. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| datacore-capture-guide | Write a journal entry or knowledge note to Datacore. |
| datacore-guide | Guide to Datacore tools and workflows. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Datacore Status | Current system status summary |
| Today's Journal | Today's journal entry |
| Datacore Agent Guide | Workflow guide for AI agents: capture, search, ingest, modules |
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/datacore-one/datacore-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server