https://github.com/tmcarmichael/mcp-llm-sandbox
Complete sandbox for augmenting LLM inference (local or cloud) with MCP Client-Server. Low friction testbed for MCP Server validation and agentic evaluation.
https://github.com/tmcarmichael/mcp-llm-sandbox
llm mcp mcp-client mcp-server
Last synced: about 2 months ago
JSON representation
Complete sandbox for augmenting LLM inference (local or cloud) with MCP Client-Server. Low friction testbed for MCP Server validation and agentic evaluation.
- Host: GitHub
- URL: https://github.com/tmcarmichael/mcp-llm-sandbox
- Owner: tmcarmichael
- License: mit
- Created: 2025-04-07T00:14:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-11T05:35:17.000Z (about 1 year ago)
- Last Synced: 2025-06-06T03:04:26.397Z (about 1 year ago)
- Topics: llm, mcp, mcp-client, mcp-server
- Language: TypeScript
- Homepage:
- Size: 3.34 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MCP Client-Server Sandbox for LLM Augmentation
[](#)
[](https://github.com/tmcarmichael/mcp-scaffold/blob/main/LICENSE)

## Overview
**Under Development**
_mcp-scaffold_ is a minimal sandbox for validating Model Context Protocol (MCP) servers against a working LLM client and live chat interface. The aim is minimal friction when plugging in new MCP Servers and evaluating LLM behavior.
At first a local LLM, such as LLaMA 7B is used for local network only testing capabilties. Next, cloud inference will be supported, so devs can use more powerful models for validation without complete local network sandboxing. LLaMA 7B is large (~13GB in common HF format), however, smaller models lack the conversational ability essential for validating MCP augmentation. That said, LLaMA 7b is a popular local LLM Inference model with over 1.3m downloads last month (Mar 2025).
With chatbox UI, LLM inference options in place, MCP Client and a couple demo MCP servers will be added. This project serves as both a reference architecture and a practical development environment, evolving alongside the MCP specification.
## Architecture