servers icon indicating copy to clipboard operation
servers copied to clipboard

Add MCP Knowledge Graph server

Open jutalik opened this issue 1 month ago • 0 comments

Summary

Adding MCP Knowledge Graph server to the community servers list.

Server Details

  • Name: MCP Knowledge Graph
  • GitHub: https://github.com/moche-ai/mcp-knowledge-graph
  • Live Server: https://mcp.moche.ai

Features

  • Verified knowledge graph with trust scores (0-1)
  • Fact-checking and reasoning capabilities
  • Technology context with dependencies and alternatives
  • Best practices and pitfall warnings
  • SSE streaming support

Tools Provided

  • search_knowledge - Search verified knowledge
  • get_context - Get complete context for a topic
  • get_dependencies - Get dependency chain
  • get_alternatives - Find alternative technologies
  • get_best_practices - Get recommendations and warnings
  • get_stats - Knowledge graph statistics

Usage

{
  "mcpServers": {
    "knowledge-graph": {
      "transport": {
        "type": "sse",
        "url": "https://mcp.moche.ai/mcp/sse"
      }
    }
  }
}

Checklist

  • [x] Server is publicly accessible
  • [x] Documentation provided
  • [x] No sensitive information exposed
  • [x] MIT licensed

jutalik avatar Nov 26 '25 15:11 jutalik