toolfront

Data retrieval for AI agents

GitHub Stars

516

User Rating

Not Rated

Favorites

0

Views

42

Forks

38

Issues

6

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Installation

Prerequisites

uv or Docker to run the MCP server (we recommend uv)
URLs of your databases and APIs
API key (optional) to automatically improve your AI agents with the CE/CL API

Installation Steps

1. Set up the MCP Server

bash

Using uv

uv run mcp-server

2. Configure Data Sources

Create an MCP configuration file and add the URLs of your data sources.

3. Start the Server

bash
uv start

Troubleshooting

Issue: Server won't start Solution: Check your uv installation and reinstall necessary dependencies.

Additional Resources