Skip to main content
Glama
Dosk3n

Glyph Hold MCP

by Dosk3n

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GLYPHHOLD_URLYesThe URL of the Glyph Hold instance.
GLYPHHOLD_API_KEYYesThe API key for authentication.
GLYPHHOLD_CA_BUNDLENoPath to a custom CA bundle for TLS.
GLYPHHOLD_VERIFY_SSLNoSet to false to disable SSL verification (not recommended for production).

Capabilities

Features and capabilities supported by this server

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

Tools

Functions exposed to the LLM to take actions

NameDescription
glyphhold_healthA

Check the configured Glyph Hold service health and version.

list_categoriesA

List available Glyph Hold memory categories.

search_memoriesB

Search Glyph Hold memories with deterministic SQLite FTS.

prefetch_memoriesB

Ask Glyph Hold for conservative memory context relevant to a message.

create_memoryB

Create a Glyph Hold memory after confirming it should be stored durably.

confidence must be 1-5. auto_prefetch_level must be one of never, low, normal, high, or pinned.

create_secretC

Create encrypted Glyph Hold secret metadata and value.

reveal_secretC

Reveal a secret value only when the user explicitly asks for the value.

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/Dosk3n/glyphhold-mcp'

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