mcp-tool-layer
The mcp-tool-layer enhances LLM agents with a Model Context Protocol layer for contextual reasoning and structured task execution. It includes agents that interact with semantic technologies like RDF, OWL, and SPARQL, enabling hybrid symbolic-neural workflows.
GitHub Stars
0
User Rating
Not Rated
Favorites
0
Views
16
Forks
0
Issues
0
README
mcp-tool-layer
Enhances LLM agents with a Model Context Protocol layer for contextual reasoning and structured task execution. Includes agents that interact with semantic technologies (e.g. RDF, OWL, SPARQL), enabling hybrid symbolic-neural workflows.
Overview
Setup
- It is recommended to use
Python 3.11
. Docker
is required.- Populate
configs/mcp_configs.json.example
, where you should replace the path placeholders to actual paths on your local machine.
Make sure you remove.example
from the file name to activate the settings. - Populate
.env.example
with your LLMBASE_URL
andAPI_KEY
. At least one pair ofBASE_URL
andAPI_KEY
is required, local or remote. - Install the dependencies with
pip install -e .
(this installs the project in editable mode using thepyproject.toml
configuration). - Spin up
docker
containers withdocker compose up -d
inside thedocker
folder.