MCP LLM
In this project, I’m experimenting with LlamaIndex and exploring how to integrate an MCP host with it.
You’re welcome to try it out:
Install the required packages:
pip install -r requirements.txtStart the SQL MCP server. You can either:
-
Run it directly:
python sql_mcp_server.py
(Note: Depending on your environment, e.g., PyCharm, running as a module may work better.)
After starting the server, run:
python main.py