Skip to main content
Glama
AmirK-S

HiveMind

by AmirK-S

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HIVEMIND_URLYesURL of the HiveMind instance
HIVEMIND_API_KEYYesAPI key for authentication

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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_kbA

Search the hivemind knowledge base for troubleshooting solutions, error fixes, and best practices. Returns ranked solutions with success rates.

report_outcomeA

Report whether a solution worked or not. Helps improve solution rankings.

contribute_solutionB

Submit a new solution to the hivemind knowledge base.

search_skillsA

Search for skills by topic/keyword. Returns lightweight summaries - use get_skill() for full details.

get_skillA

Get detailed information about a specific skill including full instructions and executable steps.

count_skillsA

Get total count of skills in the database.

init_project_kbA

Initialize a project-specific knowledge base with cloud storage. Returns user_id to store for future contributions. Cloud storage users get 10x rate limits (1000/hour vs 100/hour).

contribute_projectA

Add knowledge to project hive. TRIGGERS: 'add to hive', 'update hive', 'contribute to hive', 'store in hive'. When user says 'update hive', analyze recent work and contribute automatically. When user says 'add to hive', ask what they want to store. Stores solutions, patterns, pitfalls, architecture decisions, etc. Private by default, optionally public. Categories are dynamic - user can create any category name.

search_projectA

Search project hive for knowledge. TRIGGERS: 'search my hive for [topic]', 'search hive [query]', 'find in hive [topic]', 'what does my hive know about [topic]'. Searches your private entries + optionally public entries. Returns relevant solutions, patterns, architecture decisions, etc.

init_hiveA

Create a new project hive (knowledge base). TRIGGERS: 'create a new hive', 'start a hive', 'initialize hive'. Onboarding flow: First call checks if user ever used Hivemind before. If first time, asks 'Is this your first time using Claude Code?' If yes, creates CLAUDE.md with starter config. Then guides through storage choice (cloud/local). If no project_path provided, creates empty hive with starter categories. IMPORTANT: Display the 'message' field to the user EXACTLY as returned - do not condense, reformat, or summarize it.

delete_hiveA

Delete project hive and all associated knowledge entries. Use this to start fresh or remove a project's knowledge base completely.

get_hive_overviewA

Get overview of project hive including total entries, category breakdown, and recent additions. Use when user says 'show me my hive' or 'hive overview'.

update_project_entryA

Update an existing project hive entry. Can edit query, solution, or category. Only works for project entries (not global hivemind KB).

delete_project_entryA

Delete an entry from your project hive. Users can only delete their own entries. Use when user wants to remove outdated, incorrect, or duplicate entries.

list_my_hivesA

List all project hives for a user. TRIGGERS: 'show me my hives', 'list my hives', 'what hives do I have', 'all my hives'. Returns project_id, project_name, and entry count for each hive. For local storage, searches current directory for .user_id files.

analyze_hive_updatesA

SMART UPLOAD PROTOCOL - Analyze what you want to add to your hive BEFORE uploading. Checks for duplicates, enforces quality (FILES/VERSION required), detects category fragmentation, prompts for patterns, and suggests updates vs new entries. TRIGGERS: 'update hive', 'add to hive'. This tool PREVENTS hive mistakes by forcing good practices instead of relying on instructions.

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/AmirK-S/HiveMind'

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