Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HEBBIAN_VAULT_LICENSENoPro license JWT (also accepted via --license-key flag)

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
configure_vaultA

Configure the vault path for this server. Call this first if the server started without a --vault argument. The vault_path must be an absolute path to an Obsidian vault directory containing .md files.

vault_searchA

Search the vault with hybrid ranking. Results are ranked by keyword relevance, graph centrality, and usage frequency merged via Reciprocal Rank Fusion. Each returned result strengthens that file's future ranking (Hebbian learning).

vault_readA

Read a single vault note by relative path. Returns full content with parsed frontmatter, outgoing links, and incoming links. Strengthens the file's Hebbian score.

vault_neighborsB

Find notes connected to a given note by wikilinks. Shows both outgoing and incoming links, with PageRank scores for prioritization.

vault_hotA

Top-N most-used files by Hebbian score (usage frequency weighted by recency). Shows what the vault considers most important based on actual usage patterns.

vault_statsA

Vault-level analytics: file count, link count, orphans, broken links, average connectivity, and top hub pages by PageRank.

vault_healthA

Structural integrity check: broken links, orphaned leaves, missing frontmatter. Returns a list of issues found.

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/onetrueclaude-creator/hebbian-vault'

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