Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Mcpkg

    A MCP (Model Context Protocol) server that exposes primitives for interacting with a Knowledge Graph

    3 stars
    Go
    Updated Sep 14, 2025

    Table of Contents

    • Features
    • Components
    • Knowledge Graph (KG)
    • MCP Server
    • Usage
    • Inserting Information
    • Querying Information
    • Dependencies
    • License

    Table of Contents

    • Features
    • Components
    • Knowledge Graph (KG)
    • MCP Server
    • Usage
    • Inserting Information
    • Querying Information
    • Dependencies
    • License

    Documentation

    MCPKG - Model Context Protocol Knowledge Graph

    MCPKG is a Go implementation of a knowledge graph system that is exposed through the Model Context Protocol (MCP). It provides a simple yet powerful way to store, manage, and query semantic information in the form of subject-predicate-object triples.

    Features

    • Directed graph implementation for storing structured information
    • Support for creating and querying semantic triples
    • Persistent storage through serialization
    • MCP server interface for programmatic access
    • Custom URI format for graph queries
    • Thread-safe implementation for concurrent use

    Components

    Knowledge Graph (KG)

    The core data structure that:

    • Stores entities as nodes
    • Represents relationships as predicates (edges)
    • Provides methods for inserting and querying triples
    • Supports serialization and deserialization
    • Ensures concurrent safety with a read-write mutex

    MCP Server

    An interface layer that:

    • Exposes the knowledge graph as an MCP server
    • Provides tools for inserting triples
    • Supports graph queries via URI format
    • Implements a stateless design for reliability

    Usage

    Inserting Information

    Use the insert_triple tool with subject, predicate, and object parameters to add information to the graph.

    Querying Information

    Use the graph:// URI format to find relationships between entities.

    Dependencies

    • Go 1.24+
    • github.com/mark3labs/mcp-go
    • gonum.org/v1/gonum
    • github.com/stretchr/testify (for testing)

    License

    MIT

    Similar MCP

    Based on tags & features

    • MC

      Mcpjungle

      Go·
      617
    • AN

      Anyquery

      Go·
      1.4k
    • YU

      Yutu

      Go·
      317
    • MC

      Mcp Cyclops

      Go·
      29

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • MC

      Mcpjungle

      Go·
      617
    • AN

      Anyquery

      Go·
      1.4k
    • YU

      Yutu

      Go·
      317
    • MC

      Mcp Cyclops

      Go·
      29

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k