tiny-project-mcp

emk/tiny-project-mcp
★ 0 stars Rust Code/Dev Tools Updated today
MCP to enhance llama-server web UI (and similar UIs) with projects, files, memory and a simple Rust+WASM-based CLI sandbox based on tinysandbox.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "tiny-project-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "tiny-project-mcp"
      ]
    }
  }
}

README Excerpt

This MCP is designed to extend the `llama-server` web UI and similar chat interfaces with: - **Projects,** loosely inspired by the Claude web UI. Projects have their own prompts, files and memories. - Important difference from Claude-style projects include (1) conversations can't be added to projects, (2) all the project features are provided by an MCP, and (3) there isn't a web UI to see the project state. Though that might be interesting to add.

Tools (9)

create_or_load_projectlist_memorieslist_projectproject_bashproject_editproject_readproject_writeread_memorywrite_memory