View on GitHub

docker-devbox

[DEV] Docker stacks to quickly setup a dev environment and test some tools.

AnythingLLM

Container running AnythingLLM - an open-source, all-in-one RAG (Retrieval-Augmented Generation) and AI platform.

Usage with docker

You may start Ollama before if you want to use a local model.

Add MCP servers

See sample config plugins/anythingllm_mcp_servers.json and use the following to copy it to /app/server/storage/plugins/anythingllm_mcp_servers.json in the container :

docker cp plugins/anythingllm_mcp_servers.json anythingllm:/app/server/storage/plugins/anythingllm_mcp_servers.json

# restart or refresh in https://anythingllm.dev.localhost/settings/agents
docker restart anythingllm

Resources