servers
servers copied to clipboard
Add MCP Knowledge Graph server
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 knowledgeget_context- Get complete context for a topicget_dependencies- Get dependency chainget_alternatives- Find alternative technologiesget_best_practices- Get recommendations and warningsget_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