← Back to browse

Oakallow

Indexed by io.github.oakallow

About

Runtime permission, approval, and audit layer for AI agent tool execution.

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

TransportHTTP (remote server)
Claude Code
claude mcp add --transport http oakallow https://api.oakallow.io/mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"oakallow","type":"http","url":"https://api.oakallow.io/mcp"}'
JSON
{
  "mcpServers": {
    "oakallow": {
      "url": "https://api.oakallow.io/mcp"
    }
  }
}