MCP-based Knowledge Graph Construction System
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MAX_ENTITIES | No | Maximum entities per graph. | 50 |
| OPENAI_MODEL | Yes | The name of the LLM model to use (e.g., Qwen/QwQ-32B). | Qwen/QwQ-32B |
| OPENAI_API_KEY | Yes | Your API key for the LLM provider (e.g., OpenAI, DeepSeek, SiliconFlow). | |
| OPENAI_BASE_URL | Yes | The 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_THRESHOLD | No | Quality threshold for enhancement. Automatically determines if data needs enhancement. | 0.5 |
| VISUALIZATION_WIDTH | No | Width of the generated HTML visualization. | 1200 |
| VISUALIZATION_HEIGHT | No | Height 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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| build_knowledge_graphC | 全自动构建知识图谱:自动评估数据质量、补全知识、构建图谱并生成可视化 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
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.
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.
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.
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.