neuromcp
by AdelElo13
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OLLAMA_HOST | No | Ollama server URL | http://localhost:11434 |
| NEUROMCP_DB_PATH | No | Database file path | ~/.neuromcp/memory.db |
| NEUROMCP_LOG_LEVEL | No | Log level: debug, info, warn, or error | info |
| NEUROMCP_NAMESPACE | No | Namespace for memory isolation (per-project) | |
| NEUROMCP_DECAY_LAMBDA | No | Importance decay rate | 0.01 |
| NEUROMCP_MAX_DB_SIZE_MB | No | Max database size in MB | 500 |
| NEUROMCP_MIN_IMPORTANCE | No | Prune threshold | 0.05 |
| NEUROMCP_DEDUP_THRESHOLD | No | Cosine similarity threshold for deduplication | 0.92 |
| NEUROMCP_EMBEDDING_MODEL | No | Model name (auto-detected) | auto |
| NEUROMCP_AUTO_CONSOLIDATE | No | Enable periodic consolidation (true/false) | false |
| NEUROMCP_DEFAULT_NAMESPACE | No | Default namespace | default |
| NEUROMCP_EMBEDDING_PROVIDER | No | Embedding provider: auto, onnx, ollama, or openai | auto |
| NEUROMCP_TOMBSTONE_TTL_DAYS | No | Days before tombstoned records are permanently swept | 30 |
| NEUROMCP_SWEEP_INTERVAL_HOURS | No | TTL sweep frequency in hours | 6 |
| NEUROMCP_AUTO_COMMIT_SIMILARITY | No | Auto-merge threshold | 0.95 |
| NEUROMCP_CONSOLIDATE_INTERVAL_HOURS | No | Consolidation frequency in hours | 24 |
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/neuromcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server