Odel
okf-mcp

okf-mcp

Local
@mfdaves6JavaScriptMITUpdated 3w ago

Validate, search, graph, and safely author local Open Knowledge Format bundles.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@mfdaves/okf-mcpv0.3.3

Run

npx -y @mfdaves/okf-mcp

MCP client config

{
  "mcpServers": {
    "okf-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mfdaves/okf-mcp"
      ]
    }
  }
}