Okf MCP

okf-mcp is a local-first consumer, validator, graph index, CLI, and MCP server for Open Knowledge Format v0.2.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-13 · ★ 4 · #252 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Okf MCP

before you install - you'll need

OKF_WRITE_TOKEN

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add mfdaves-okf-mcp -- npx -y @mfdaves/okf-mcp

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @mfdaves/okf-mcp - published under the repo owner's npm scope (@mfdaves)

registry namespace io.github.mfdaves is GitHub-verified and matches the repo owner

03 · What Okf MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Limitations (from the README)

- MCP transport is stdio only. The separate HTTP authoring API is not MCP over HTTP. - MCP protocol compatibility follows the pinned official SDK v2 dependency. - There is no file watcher. Restart the server after external file changes. Concepts accepted through MCP authoring refresh the MCP server index immediately. - The HTTP API is a lightweight built-in server, not a full hosted multi-tenant service. - OKF v0.2 c

Latest releases

v0.8.0 · 2026-08-13

v0.7.0 · 2026-08-13

Highlights · Adds read-only okf_validate_changes and a fully described create/update batch contract. · Returns target, semantic-effect, validation, Git, and durability receipts with immediate reindexing. · Derives…

v0.6.0 · 2026-08-13

04 · Who maintains Okf MCP

okf-mcp is maintained by mfdaves. It's the only MCP server we track from this author; the repo dates to Jun 2026.

05 · Facts

category
other - ranked #252 of 848 actively-maintained other servers as of 2026-08-25.
release cadence
7 releases in the last 90 days (latest 2026-08-13)
registry
io.github.mfdaves/okf-mcp (active, first published 2026-07-19)
packages
npm:@mfdaves/okf-mcp

06 · Okf MCP FAQ

What is Okf MCP?

okf-mcp is a local-first consumer, validator, graph index, CLI, and MCP server for Open Knowledge Format v0.2.

Is Okf MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-13 and it shipped 7 releases in the last 90 days. We re-verify nightly.

How do I install Okf MCP?

Run `npx -y @mfdaves/okf-mcp`. The README documents one environment variable (OKF_WRITE_TOKEN) to set first. You can also paste the ready-made client config above.

Does Okf MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Okf MCP