Hystersis MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HYSTERSIS_API_KEY | No | Optional API key for authentication | |
| HYSTERSIS_API_URL | No | The URL of the Hystersis API server | http://localhost:8080 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| add_memoryA | Add a new persistent memory or fact to Hystersis. Use this when the user shares a preference, fact, or instruction that should be remembered across sessions. |
| search_memoriesC | Search for existing memories in Hystersis using semantic or graph spreading activation. |
| get_contextA | Retrieve aggregated agent context from Hystersis including relevant memories for the current state. |
| create_entityC | Create a named entity in the Hystersis knowledge graph. |
| create_relationB | Create a relationship between two entities in the Hystersis knowledge graph. |
| compression_statsA | Retrieve compression metrics and token savings from the Hystersis ProMem engine. |
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/Himan-D/hystersis-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server