@okfshare/mcp
okfshare CLI and MCP server
Client-side, open-source half of okfshare: shared, versioned knowledge for AI coding agents.
Publish a validated bundle of Markdown once. Every authorized agent works from the same immutable revision, with line-level citations you can audit. The hosted service keeps revisions, citations, and workspace auth; this repo holds the tools your agents actually run.
Packages
Package | Command | Purpose |
| CLI: setup, publish, search, context, diff, rollback | |
| MCP server for Claude Code, Cursor, opencode, Codex | |
| Installs okfshare skills into agent tooling |
Related MCP server: 50 First Tapes MCP Server
Quick start
# 1. One-time onboarding (device pairing in your browser)
npx okfshare@latest setup
# 2. Validate and publish a folder of Markdown
npx okfshare@latest validate ./knowledge
npx okfshare@latest publish ./knowledge --visibility public --yes
# 3. Any teammate's agent retrieves cited context
npx okfshare@latest context SHARE_ID "how do we handle db migrations"Headless/CI environments: supply a pre-provisioned credential via the
OKFSHARE_TOKEN environment variable (check existence only; never log it),
then verify with whoami and doctor.
MCP setup
claude mcp add okfshare -- npx @okfshare/mcp@latestOr any MCP client:
{
"mcpServers": {
"okfshare": {
"command": "npx",
"args": ["@okfshare/mcp@latest"]
}
}
}Tools: whoami, doctor, list_shares, search_share,
search_workspace, get_context, pull_bundle, publish_bundle.
Registry manifest: server.json.
Why citations matter
Retrieval returns the file, the exact lines, and the immutable revision they came from. When an agent claims "our convention says X", you can audit the claim in seconds - and a citation means the same thing tomorrow, because revision content never changes in place.
The Open Knowledge Format
Bundles are Markdown with structured frontmatter: a type, title,
description, tags, sources, and verification events. The format is
deliberately small and stays readable in any editor. Worst case, you are left
with plain files - no lock-in.
Spec: https://github.com/GoogleCloudPlatform/knowledge-catalog/blob/main/okf/SPEC.md
Field guide (published with okfshare itself): https://okfshare.app/s/ecf08367a22273482c0887ca8700ee8e
Forkable conventions starter: https://okfshare.app/s/e8ddeda5aab619495c970f031dce7058
Development
pnpm install
pnpm check # typecheck + test + build across all packagesNode 20+ and pnpm 10.
The packages talk to the hosted API at
https://okfshare.app; no local server is required to develop them.See CONTRIBUTING.md for the acceptance flow and SECURITY.md for reporting vulnerabilities.
Links
Site and docs: https://okfshare.app
Agent-readable docs: https://okfshare.app/llms.txt and https://okfshare.app/llms-full.txt
License
Apache-2.0. See NOTICE - the code license does not grant rights to the okfshare name or branding.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
FlicenseNot gradedqualityDmaintenanceProvides AI coding agents with structured access to indexed codebases via semantic search, symbol analysis, and file reading tools.12- AlicenseNot gradedqualityBmaintenanceEnables AI agents to read and write a local-first knowledge base of plain markdown files in git, with governance gates for safe, hash-anchored edits.1Apache 2.0
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to search and query documentation from git repositories using hybrid search and structured metadata queries.1
- AlicenseNot gradedqualityBmaintenanceProvides token-efficient code retrieval for coding agents by indexing repositories and enabling ranked snippet search, symbol outlines, and surgical line reads.MIT
Related MCP Connectors
Securely search and manage workspace context files for AI agents and teams.
Cross-agent artifact workspace with provenance across Claude Code, Codex, Cursor, LangGraph.
Persistent docs and memory for AI agents — read, write, organize & search a shared workspace.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MegaPanchamZ/okfshare-cli'
If you have feedback or need assistance with the MCP directory API, please join our Discord server