A lightweight web MCP client designed to host your MCP-powered AI assistants. auxilia is designed to only support remote MCP servers.
Built with langgraph and the AI SDK.
- Clone the repository
- Copy the .env.example file and rename it .env
- Set an LLM provider API key (OpenAI, Anthropic, ...) to the .env file
- Open a terminal and run
docker compose up --build
- Set an LLM provider API key (OpenAI, Anthropic, ...) to the .env.development file
- Open a terminal and run
docker compose -f docker-compose.dev.yml up --build - Open a terminal, cd into backend and run
uv run uvicorn app.main:app --reload - Open a terminal, cd into web and run
npm run dev