PowerChest. MCP Tools to Put your HouseLLM into Turbo.

Downloads Page for all your MCP tooling needs!

PowerChest. MCP Tools to Put your HouseLLM into Turbo.

We have compiled a collection of very easy back MCP tools for all your agentic houseLLM needs!

  • If you need to know how to use these a dedicated page for each one will guide you through getting them to work!
  • They are simple - they are just a docker container that opens up a port. Your houseLLM will query it for it's work. You register it simply by 'add MCP server' That's it!

Scientific Calculator MCP Docker

  • Get your LLM doing incredibly powerful math - then verifying it's work! Seriously.
Agentic Server Primer: Llama.cpp MCP Lesson 1: A Calculator.
Agentic Server Primers: Llama.cpp MCP Lession 1: A Calculator

Python Docker MCP Docker

  • With this tool typically not only will your LLM generate code - it will then send it to testing to this Python MCP.
Agentic Server Primer: Llama.cpp MCP Lesson 3: Adding Python Tooling Capability To your HouseLLM.
Agentic Server Primer: Llama.cpp MCP Lesson 3: Python

Weather API Example MCP Docker

  • This fully complementary MCP tool will enable your LLM to look up weather anywhere in the world!
Agentic Server Primer: Llama.cpp MCP Lesson 4: Weather Polling via api.weather.gov
Agentic Server Primer: Llama.cpp MCP Lesson 4: Weather Polling via api.weather.gov

Javascript Enabled MCP

  • This uses a Python API to pipe javascript. Very powerful when you want to code javascript for your html projects and your LLM wants to verify it's work!
Agentic Server Primer: Llama.cpp MCP Lesson 5: Adding javascript via a Python api plugin.
We go through a full working example of creating your own MCP tools.

SuperPython Enabled MCP

  • This is a MUCH beefier python with numpy, beautifulsoup, requests, whatever you want to put inside your python enviroment. Use this when your LLM is creating web enabled tools and wants to test them!
  • Again the process is near identical so we reference the basic python MCP docker tutorial from above..

Process Manager with Code Drop and Web Requesting!

  • This is a powerhouse tool. By allowing your LLM to save its work, gift it to you with a 'code drop' resume a task, break it down into jobs and record it's own code snippets you can do production level research from a houseLLM at much lower cost!
Agentic Server Primer: Llama.cpp MCP Lesson 8: Process Manager Web Enabled Research Assistant w/ Code Drop.
Agentic Server Primer: Llama.cpp MCP Lesson 8: Process Manager Web Enabled Research Assistant
Linux Rocks Every Day