Back to Home
MelloB1989 icon

karma

by MelloB1989

Overview

Provides a plug-and-play Knowledge Graph service via the Model Context Protocol (MCP), allowing AI agents to store, retrieve, and manage structured and unstructured knowledge (entities, relations, observations).

Installation

Run Command
cd ai/mcp_tools/knowledge_graph/container_src && go run main.go

Environment Variables

  • KG_MCP_MEMORY_PATH

Security Notes

Authentication is explicitly disabled (`mcp.WithAuthentication(false)`) by default in the example, which is a severe security vulnerability, allowing any client to invoke the knowledge graph tools without verification. Debug logging is enabled by default, which can expose sensitive request/response data in production environments. The `KG_MCP_MEMORY_PATH` environment variable needs to be configured securely to prevent directory traversal or unauthorized file system access where graph data is stored.

Similar Servers

Stats

Interest Score34
Security Score3
Cost ClassLow
Stars5
Forks1
Last Update2025-12-06

Tags

AILLM ToolsKnowledge GraphMCPGoAPIGraph Database