
ojob ojob.io/ai/mcps/mcp-mini-a onport=8888 knowledge="- prefer bullet lists" rules="[ 'avoid-shell' ]" servername=my-coder-agent servertitle="My Coding Agent" tooldesc="Ask the coding assistant to accomplish a goal" toolprefix=myagent-
A STDIO/HTTP MCP server that exposes the Mini-A agent runner
| Name | Description |
|---|---|
| onport | If defined starts a MCP server on the provided port |
| knowledge | Knowledge pack or path to preload for each goal (server launch only) |
| rules | Custom rules to enforce on every run (string or JSON, server launch only) |
| servername | Override the MCP server name advertised to clients (default is mini-a-agent) |
| servertitle | Override the human-readable MCP server title advertised to clients |
| tooldesc | Override the description of the run-goal tool shown to the model |
| toolprefix | Prefix added to every exposed tool name without changing internal job routing |