ojob.io/ai/mcps/mcp-oaf-browse

Usage

ojob ojob.io/ai/mcps/mcp-oaf-browse browseAPIURL=http://127.0.0.1:8091/api/browse browseUri=/files label="Local files" toolPrefix=files- headers="(Authorization: Bearer ...)" defaultParams="(pageSize: 100)" onport=8888 

Description

A STDIO/HTTP MCP generic browse server backed by the oJob-common HTTP Browse API

Expects

Name Description
browseAPIURL Base URL of a HTTP Browse API endpoint
browseUri Target browse URI exposed by the HTTP Browse API
label Human-readable label injected into tool descriptions (defaults to browseUri)
toolPrefix Optional prefix prepended to all tool names (e.g. "files-" -> files-list, files-get, files-info)
headers Optional HTTP headers map sent to the HTTP Browse API on every request
defaultParams Optional query parameters map merged into every Browse API request
onport If defined starts an HTTP MCP server on this port; otherwise uses STDIO