Back to All Tools
⚡ Model Context Protocol (MCP) ServerMCP Servers165 Stars

Toolport

Local-first MCP gateway. One port for every tool and every AI client: lazy discovery (~90% token savings), tool integrity + quarantine, secrets in the OS keychain.

#cloudflare-os#mcp-servers

Installation & Setup Quickstart

Copy commands or configuration snippets for this tool

{
  "mcpServers": {
    "toolport": {
      "command": "npx",
      "args": [
        "-y",
        "github:tsouth89/toolport"
      ],
      "env": {
        "CLOUDFLARE_API_TOKEN": "<YOUR_CLOUDFLARE_API_TOKEN>"
      }
    }
  }
}