GitHub Stars
1,008
User Rating
Not Rated
Favorites
0
Views
86
Forks
90
Issues
13
Installation
Installation
Prerequisites
Please specify required software and versions:Installation Steps
1. Clone Repository
bash
git clone https://github.com/dmayboroda/minima.git
cd minima
2. Install Dependencies
bash
npm install
3. Set Environment Variables
Create a.env file in the project’s root directory and set the following variables:
plaintext
LOCAL_FILES_PATH=
EMBEDDING_MODEL_ID=
EMBEDDING_SIZE=
OLLAMA_MODEL=
RERANKER_MODEL=
USER_ID=
PASSWORD=
4. Start Server
For fully local installation:bash
docker compose -f docker-compose-ollama.yml --env-file .env up --build
bash
docker compose -f docker-compose-chatgpt.yml --env-file .env up --build
bash
docker compose -f docker-compose-mcp.yml --env-file .env up --build
Troubleshooting
Common Issues
Issue: Server won't start Solution: Check Node.js version and reinstall dependencies. Issue: Not recognized by Claude Desktop Solution: Verify configuration file path and syntax.Additional Resources
92
Followers
61
Repositories
2
Gists
0
Total Contributions
MCP Playground is a Streamlit-based interface that allows users to interact with large language models while seamlessly integrating external Multi-Server Command Protocol (MCP) tools. It enables the deployment of multiple FastMCP servers managed via Docker Compose, creating a provider-agnostic client using LangChain and LangGraph.
The Todo.txt MCP Server is a powerful Model Context Protocol server that connects your todo.txt files to AI assistants. It allows you to manage your todo list using natural language while maintaining the simplicity and portability of the todo.txt format. You can create, update, and delete tasks with AI assistance, and it provides statistics and insights about your productivity. It also integrates seamlessly with existing todo.sh setups.