Skip to main content
Glama
turambar928

MCP-based Knowledge Graph Construction System

by turambar928

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MAX_ENTITIESNoMaximum entities per graph.50
OPENAI_MODELYesThe name of the LLM model to use (e.g., Qwen/QwQ-32B).Qwen/QwQ-32B
OPENAI_API_KEYYesYour API key for the LLM provider (e.g., OpenAI, DeepSeek, SiliconFlow).
OPENAI_BASE_URLYesThe API endpoint URL (e.g., https://api.openai.com/v1, https://api.deepseek.com, https://api.siliconflow.cn/v1).https://api.siliconflow.cn/v1
QUALITY_THRESHOLDNoQuality threshold for enhancement. Automatically determines if data needs enhancement.0.5
VISUALIZATION_WIDTHNoWidth of the generated HTML visualization.1200
VISUALIZATION_HEIGHTNoHeight of the generated HTML visualization.800

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
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
build_knowledge_graphC

全自动构建知识图谱:自动评估数据质量、补全知识、构建图谱并生成可视化

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of ambiguity or overlap between tools. The single tool 'build_knowledge_graph' has a clearly defined and distinct purpose for constructing knowledge graphs.

Naming Consistency5/5

Since there is only one tool, naming consistency is inherently perfect. The tool name 'build_knowledge_graph' follows a clear verb_noun pattern, and there are no other tools to compare it against for inconsistency.

Tool Count2/5

A single tool for a 'Knowledge Graph Construction System' is too few for the apparent scope. The domain suggests needs for operations like querying, updating, or analyzing graphs, but only construction is covered, making the set feel thin and incomplete.

Completeness1/5

The tool set is severely incomplete for a knowledge graph system. It only provides construction with visualization, lacking essential operations such as querying, updating, deleting, or analyzing the graph, which are critical for agent workflows in this domain.

Maintenance

ActivityMaintained
ResponsivenessNo issues