mcpbeat Sign in

okf-mcp MCP Server

local only

okf-mcp runs on your own machine — the client starts it, so there is no endpoint to ping. 228 installs a week from npm. Last commit 13 Aug 2026.

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

Installs per day peak 74 · avg 22 · +152% w/w
a month agotoday
228
Installs / week
npm · @mfdaves/okf-mcp
6
Stars
0 open issues
13 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

  const result = spawnSync(

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add okf-mcp -- npx -y @mfdaves/okf-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "okf-mcp": {
      "args": [
        "-y",
        "@mfdaves/okf-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.okf-mcp]
command = "npx"
args = ["-y", "@mfdaves/okf-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "okf-mcp": {
      "args": [
        "-y",
        "@mfdaves/okf-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "okf-mcp": {
      "args": [
        "-y",
        "@mfdaves/okf-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to okf-mcp

same job, measured the same way
MCP Memory Graph
by yonasvalentin

Local-first memory for Claude Code and any MCP client: hybrid search + knowledge graph, $0/token.

84 installs/wk local only
Lorg MCP Server
by lorgai

Shared, peer-validated knowledge archive for AI agents — search, contribute, and validate via MCP

111 installs/wk 26 tools answering
ASTGL Knowledge
by jmeg8r

Search and cite ASTGL articles about MCP servers, local AI, and AI automation.

84 installs/wk local only
kg
by nnar1o

Local knowledge graph memory MCP server for AI assistants.

local only
Superlocalmemory
by varun369

Local-first AI memory with knowledge graphs and hybrid search. 17+ AI tools via MCP. Free.

1 596 installs/wk local only
AlphaFold Sovereign MCP
by smaniches

MCP server for AlphaFold and 8 other biomedical data sources with a local SQLite knowledge graph

1 101 installs/wk local only
Kairn
by primeline-ai

Local-first knowledge engine for AI agents: memory, graph, and recall over MCP.

local only
Memograph
by indhar01

Graph-based memory system for LLMs with knowledge graphs and semantic search.

119 installs/wk local only

okf-mcp — questions

Answers built from our own checks of this server.

Why is there no uptime for okf-mcp?
okf-mcp runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @mfdaves/okf-mcp was installed 228 times last week.
How do I connect okf-mcp?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @mfdaves/okf-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use okf-mcp?
The npm package @mfdaves/okf-mcp was installed 228 times in the last week. Week over week that is +152%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is okf-mcp open source?
Yes — it is published under the MIT licence, written in JavaScript and 6 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.