← Discover MCPs and Agents
g
MCPAI & MLMCP Registry

graphrag-toolkit

Python toolkit for building graph-enhanced GenAI applications

Links

README

From the repo.

GraphRAG Toolkit

PyPI - lexical-graph PyPI - graphrag-byokg License

Check out the graphrag-toolkit Docs found here: Start here!

The graphrag-toolkit is a collection of Python tools for building graph-enhanced Generative AI applications.

Lexical Graph

The lexical-graph provides a framework for automating the construction of a hierarchical lexical graph from unstructured data, and composing question-answering strategies that query this graph when answering user questions.

Lexical graph

Additional Resources

BYOKG-RAG

BYOKG-RAG is a novel approach to Knowledge Graph Question Answering (KGQA) that combines the power of Large Language Models (LLMs) with structured knowledge graphs. The system allows users to bring their own knowledge graph and perform complex question answering over it.

Security

See CONTRIBUTING for more information.

License

This project is licensed under the Apache-2.0 License.

Collected info

  • 441 stars
  • 104 forks
  • Language: Python
  • Source updated: 9/8/2026

Config for your environment

Replace {MCP_ENDPOINT_URL} with this MCP’s endpoint URL (from its repo or docs above). No API key — you connect directly.

Tool

OS

Config file: ~/.cursor/mcp.json

{
  "mcpServers": {
    "mcp-server": {
      "url": "{MCP_ENDPOINT_URL}"
    }
  }
}

Paste into mcpServers in the config file. Restart Cursor after saving.

If this MCP is also published on mcpchannel.ai, you can subscribe from Browse and use the gateway config there instead.