mcpbeat Sign in

Okfshare MCP Server

by megapanchamz Your server? Claim it
local only

Okfshare MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 37 installs a week from npm.

Shared, versioned knowledge for AI coding agents: cited retrieval and publishing of OKF bundles.

Installs per day peak 241 · avg 22 · +45% w/w
a month agotoday
37
Installs / week
npm · @okfshare/mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check Okfshare MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 okfshare-mcp -- npx -y @okfshare/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "okfshare-mcp": {
      "args": [
        "-y",
        "@okfshare/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.okfshare-mcp]
command = "npx"
args = ["-y", "@okfshare/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "okfshare-mcp": {
      "args": [
        "-y",
        "@okfshare/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "okfshare-mcp": {
      "args": [
        "-y",
        "@okfshare/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: OKFSHARE_TOKEN (Pre-provisioned okfshare CLI credential for headless use. Optional; run `npx okfshare@latest setup` instead to authenticate interactively.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Okfshare MCP

same job, measured the same way
mFlow
by m-flow

Shared task board and knowledge base for AI coding agents

answering
Aieph
by aieph

Shared knowledge cache for AI coding agents — reuse an answer once it exists.

1 tools answering
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
Understand Quickly
by looptech-ai

Public registry of code-knowledge graphs for AI agents with schema validation and drift detection.

32 installs/wk local only
Vouch
by vouchdev

Git-native, review-gated knowledge base for LLM agents. Cited retrieval, audited writes.

107 installs/wk local only
sayou
by pixell-global

Persistent knowledge workspace for AI agents. Versioned files, search, and MCP tools.

52 installs/wk local only
Central Intelligence
by alekseimarchenko

Persistent memory for AI agents. Store, recall, and share knowledge across sessions.

71 installs/wk local only
Cgraphy
by pmgarg

Code knowledge graph over MCP: token-budgeted context for AI coding agents.

63 installs/wk local only

Okfshare MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Okfshare MCP?
Okfshare 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 @okfshare/mcp was installed 37 times last week.
How do I connect Okfshare 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 @okfshare/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Okfshare MCP?
The npm package @okfshare/mcp was installed 37 times in the last week. Week over week that is +45%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.