Skip to content
Cursor

okf-mcp for Cursor

io.github.mfdaves/okf-mcp

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

client:Cursor transport:stdio runtime:npm

Install okf-mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

okf-mcp in other clients