Void MCP Server
Description
# Void MCP Server This project provides a Model Context Protocol (MCP) server for managing LLM context data. A small utility `run_local.py` can launch a local Hugging Face model and a Streamlit interface. ## Development - **Install dependencies** - Node: `npm install` - Python…
About
# Void MCP Server This project provides a Model Context Protocol (MCP) server for managing LLM context data. A small utility `run_local.py` can launch a local Hugging Face model and a Streamlit interface. ## Development - **Install dependencies** - Node: `npm install` - Python: `pip install -r requirements.txt` -…
Details
- Author
- theadminautomated
- Downloads
- 234
- Categories
- Other, AI
Jump to
- MCP server for managing LLM context data
- Local Hugging Face model launch via run_local.py
- Streamlit UI for interaction
- Supports Node and Python development
- Tests available via npm test and pytest
Install dependencies (npm install for Node, pip install -r requirements.txt for Python), then build with npm run build. Use python run_local.py --model sshleifer/tiny-gpt2 --port 8000 to run a local model, or streamlit run app.py for the Streamlit UI.
Void MCP Server
This project provides a Model Context Protocol (MCP) server for managing LLM context data. A small utility run_local.py can launch a local Hugging Face model and a Streamlit interface.
Development
- Install dependencies
- Node: npm install
- Python: pip install -r requirements.txt
- Build: npm run build
- Tests: npm test for Node, pytest for Python
- Run local model: python run_local.py --model sshleifer/tiny-gpt2 --port 8000
- Streamlit UI: streamlit run app.py
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




