Kremis
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| KREMIS_URL | No | URL of the in-container Kremis HTTP server the MCP bridge proxies to. Default works with the launcher script. | http://localhost:18080 |
| KREMIS_API_TOKEN | No | Optional Bearer token for the Kremis HTTP API. Leave empty if auth is disabled (default). |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| kremis_hashA | Get the canonical BLAKE3 hash of the current graph state |
| kremis_ingestB | Add an entity or relation to the Kremis knowledge graph |
| kremis_intersectC | Find common connections between multiple nodes |
| kremis_lookupB | Look up an entity in the graph by its entity ID |
| kremis_pathB | Find the strongest weighted path between two nodes |
| kremis_propertiesB | Get all properties (attributes and values) of a specific node |
| kremis_retractB | Decrement the weight of an edge between two entities (edge invalidation / signal retraction) |
| kremis_statusA | Get current graph statistics (node count, edge count, density) |
| kremis_traverseC | Traverse the graph from a node to discover connected entities |
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/TyKolt/kremis'
If you have feedback or need assistance with the MCP directory API, please join our Discord server