Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
inspect_files | Agent driven file inspection that uses AI to retrieve relevant content from multiple files. |
inspect_knowledge_graph | Agent driven knowledge graph inspection that uses AI to retrieve relevant entities and relations based on a query. |
create_entities | Create entities in knowledge graph (memory) |
update_entities | Update entities in knowledge graph (memory) |
delete_entities | Delete entities from knowledge graph (memory) |
create_relations | Create relationships between entities in knowledge graph (memory) |
delete_relations | Delete relationships from knowledge graph (memory) |
search_nodes | Search entities using ElasticSearch query syntax. Supports boolean operators (AND, OR, NOT), fuzzy matching (~), phrases ("term"), proximity ("terms" |
open_nodes | Get details about specific entities in knowledge graph (memory) and their relations |
add_observations | Add observations to an existing entity in knowledge graph (memory) |
mark_important | Mark entity as important in knowledge graph (memory) by boosting its relevance score |
get_recent | Get recently accessed entities from knowledge graph (memory) and their relations |
list_zones | List all available memory zones with metadata. When a reason is provided, zones will be filtered and prioritized based on relevance to your needs. |
create_zone | Create a new memory zone with optional description. |
delete_zone | Delete a memory zone and all its entities/relations. |
copy_entities | Copy entities between zones with optional relation handling. |
move_entities | Move entities between zones (copy + delete from source). |
merge_zones | Merge multiple zones with conflict resolution options. |
zone_stats | Get statistics for entities and relationships in a zone. |
get_time_utc | Get the current UTC time in YYYY-MM-DD hh:mm:ss format |