Pilsertech/HelixDB-MCP-Server
If you are the rightful owner of HelixDB-MCP-Server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The HelixDB MCP Server is a Rust implementation of the Model Context Protocol server, designed to interface with HelixDB for graph traversal and search operations.
Tools
Functions exposed to the LLM to take actions
init
Initialize a new MCP traversal connection
next
Get the next item in traversal results
collect
Collect all items in traversal results
reset
Reset the MCP traversal connection
schema_resource
Get schema for the connection
n_from_type
Retrieve all nodes of a given type
e_from_type
Retrieve all edges of a given type
out_step
Traverse outward from current nodes/vectors
out_e_step
Traverse outward to edges
in_step
Traverse inward to nodes/vectors
in_e_step
Traverse inward to edges
filter_items
Filter current traversal state
search_vector_text
Similarity search using text query
search_keyword
BM25 keyword search
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client