Graph-Mem MCP
by Sathvik-1007
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GRAPHMEM_DB_PATH | No | Database file path | .graphmem/graph.db |
| GRAPHMEM_MAX_HOPS | No | Default max traversal depth | 4 |
| GRAPHMEM_USE_ONNX | No | Use ONNX runtime if available (true/false) | false |
| GRAPHMEM_LOG_LEVEL | No | Logging verbosity (DEBUG/INFO/WARNING/ERROR/CRITICAL) | WARNING |
| GRAPHMEM_TRANSPORT | No | MCP transport protocol (stdio/sse/streamable-http) | stdio |
| GRAPHMEM_CACHE_SIZE | No | Embedding cache max entries | 10000 |
| GRAPHMEM_BACKEND_TYPE | No | Storage backend | sqlite |
| GRAPHMEM_SEARCH_LIMIT | No | Default search result limit | 10 |
| GRAPHMEM_EMBEDDING_MODEL | No | HuggingFace model ID for embeddings | all-MiniLM-L6-v2 |
| GRAPHMEM_EMBEDDING_DEVICE | No | Inference device (cpu or cuda) | cpu |
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
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 | |