Odel
offline mcp

offline mcp

Local
@gabrielmahiaPythonMITUpdated 1mo ago

MCP server enabling offline-first agent operation over intermittent connectivity

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIoffline-mcpv0.1.4

Run

uvx offline-mcp

MCP client config

{
  "mcpServers": {
    "offline-mcp": {
      "command": "uvx",
      "args": [
        "offline-mcp"
      ]
    }
  }
}