neurohive
by AdelElo13
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HIVEMIND_AGENT | No | Agent identifier (e.g. Agent-Backend, Agent-DevOps) | |
| OPENAI_API_KEY | No | Required when using OpenAI embeddings (NEUROMCP_EMBEDDING_PROVIDER=openai) | |
| HIVEMIND_COMPANY | No | Company/project name. Sets the shared namespace to company-<name> | |
| NEUROMCP_DB_PATH | No | SQLite database path | ~/.neuromcp/memory.db |
| NEUROMCP_LOG_LEVEL | No | Log level: debug, info, warn, error | info |
| HIVEMIND_AGENT_ROLE | No | Agent role label for priming context | |
| HIVEMIND_PAPERCLIP_URL | No | Paperclip API URL for auto-detection | http://localhost:3100 |
| HIVEMIND_PRIMING_COUNT | No | Number of top memories to include in priming context | 10 |
| HIVEMIND_PRIMING_CATEGORIES | No | Comma-separated categories to prioritize in priming | |
| NEUROMCP_EMBEDDING_PROVIDER | No | Embedding provider: local, openai, ollama | local |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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/AdelElo13/neurohive'
If you have feedback or need assistance with the MCP directory API, please join our Discord server