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). |
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| kremis_certifyA | Produce a Verifiable Query Certificate for an entity lookup: a reproducible proof of a fact, or a proof of absence when the entity is not in the graph |
| kremis_hashA | Get the canonical BLAKE3 hash of the current graph state |
| kremis_ingestC | Add an entity or relation to the Kremis knowledge graph |
| kremis_intersectB | Find common connections between multiple nodes |
| kremis_lookupB | Look up an entity in the graph by its entity ID |
| kremis_pathC | 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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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