Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NEO4J_USERNoWeb server Neo4j userneo4j
HIVE_MIND_HOMENoCheckout path used by the bundled Claude command
NEO4J_HTTP_URLNoWeb server Neo4j endpointhttp://localhost:7474
NEO4J_PASSWORDNoWeb server Neo4j passwordhive-mind-local-password
HIVE_MIND_ACTORNoAttribution on confirmed decisionshuman
HIVE_MIND_REPO_MAPNoExplicit scope-map pathauto-detected
HIVE_MIND_NEO4J_URINoPython Neo4j connectionbolt://localhost:7687
HIVE_MIND_NEO4J_USERNoPython Neo4j userneo4j
HIVE_MIND_NEO4J_PASSWORDNoPython Neo4j passwordhive-mind-local-password
HIVE_MIND_PRACTICE_GROUPNoShared practice-memory grouppractice
HIVE_MIND_GRAPHITI_FACTORYNoOptional semantic client factory

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
whyA

Explain why a decision exists, quoting the client conversation behind it.

Use when a constraint looks arbitrary, when you are about to argue against an existing decision, or when the user asks where a requirement came from. Returns decisions plus dated, speaker-attributed excerpts from the meetings that motivated them.

recall_contextA

Search what clients and stakeholders actually said, from meeting transcripts.

Use to find where an ask originated, what was promised, or what a client
required — before writing code against a second-hand description of it.
Facts carry temporal validity: a fact with an invalid_at date was superseded.
recall_decisionsA

Search prior architectural decisions before proposing an approach.

Call this before designing anything non-trivial. Superseded decisions and rejected alternatives are the most useful results — they are exactly the approaches that should not be proposed again.

record_decisionB

Record a settled architectural decision so it is not re-litigated.

decision_key is a stable lowercase kebab-case topic preserved across revisions.
decided_at is when the ruling became effective, not when it was recorded.
scope: 'repo' (this repo only), 'client' (all client repos), or 'practice'.
supersede_decisionB

Retire a decision and replace it, preserving the old one as REJECTED history.

decisions_as_ofC

Return decisions that were effective at a historical point in time.

current_decisionB

Return the one live decision for a stable topic key.

decision_lineageB

Show the oldest-to-newest supersession chain containing a decision.

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/toml0006/hive-mind'

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