Skip to content

Daxigi/td-chat-mcp

Repository files navigation

MCP Server

This project is a FastAPI server that exposes existing tools so they can be consumed by any MCP-compatible client, such as a CrewAI agent.

Installation

To install the dependencies, it is recommended to use a virtual environment. Once activated, run:

pip install "fastapi" "uvicorn[standard]" "pydantic"

Usage

To start the server, run the following command from the root of the project:

uvicorn src.main:app --reload --port 8876

The server will be available at http://127.0.0.1:8000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors