Skip to main content
Glama
CSOAI-ORG

vector-knowledge-graph-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
add_nodeC

Add a node to the knowledge graph with properties, embeddings, and metadata.

add_edgeC

Create a directed edge between two nodes with relationship type and weight.

semantic_node_searchC

Search for nodes using semantic similarity matching against stored embeddings.

trace_compliance_chainC

Trace the compliance chain from a requirement through controls to evidence.

find_gapsC

Find gaps in the knowledge graph where expected relationships or nodes are missing.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 5 tools

Disambiguation5/5

Each tool has a distinct purpose: adding nodes, adding edges, semantic search, gap analysis, and compliance tracing. No two tools overlap in functionality.

Naming Consistency4/5

All tool names use snake_case, but the verb pattern is not entirely uniform: add_node and add_edge follow verb_noun, while semantic_node_search and trace_compliance_chain are less consistent. Still, the naming is clear and predictable overall.

Tool Count5/5

Five tools is an appropriate scope for a knowledge graph server, covering creation, search, analysis, and domain-specific traversal without being overwhelming or too sparse.

Completeness4/5

The set covers core operations (add, search, analyze) and domain-specific needs (compliance tracing), but missing update and delete operations for nodes and edges, which are common in knowledge graph management.

Maintenance

ActivityActive
ResponsivenessNo issues