- Step 1: Clone the repository and set up the environment following the instructions for your OS
- Step 2: Update the .env file with your database credentials and LLM credentials
- Step 3: Start the server using uv run command
- Step 4: Use the MCP Inspector at http://127.0.0.1:6274 to test tools
- Step 5: Add the server to an agent for automated management tasks
- Step 6: Optionally, expose tools as REST endpoints with mcpo
- Step 7: Integrate the server with Open WebUI for GUI management