Skip to content

Web

Web search and fetch for research tasks.

Quick Start

# Start Web
cf run tools start --web
# or
cf r tl start -w

# Check status
cf run tools status
# or
cf r tl status

# Stop Web
cf run tools stop --web
# or
cf r tl stop -w

How It Works

Agent → MCP → Docker Container → Web

Web runs in a Docker container on port 8420. Your code agent connects via MCP.

Configuration

Web is configured in your profile's tools section:

tools:
  - web

Troubleshooting

Container Won't Start

# Check Docker
docker ps -a

# Check logs
docker logs codefreedom-web

Agent Can't Connect

# Test connectivity
curl http://localhost:8420/mcp