# RemoteAgent

RemoteAgent MCP Server is a lightweight, containerized runtime designed to bridge Model Context Protocol (MCP) with modern AI platforms. It enables developers to connect large language models (LLMs) …

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add harshapalnati/raworc-mcpserver

# Browse available tools
npx -y @smithery/cli@latest tool list harshapalnati/raworc-mcpserver
```

---

Source: https://github.com/harshapalnati/raworc-mcpserver
