π¦
Toolbox Server
MCP server: Toolbox Server
0 installs
Trust: 37 β Low
Devtools
Installation
npx mcp-toolbox-serverAsk AI about Toolbox Server
Powered by Claude Β· Grounded in docs
I know everything about Toolbox Server. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
π§ Environment Setup
-
Copy the example environment file:
cp .env.example .env -
Edit
.envand add your You.com API key:YOU_API_KEY=your_actual_api_key_here -
Important: Never commit the
.envfile to version control!
π Local Development
-
Install dependencies:
pip install -r requirements.txt -
Run the server:
python main.py -
Access the API at:
http://localhost:8000
