@Okfshare/
БесплатноПоддерживаетсяEnables AI coding agents to search and retrieve cited line-level context from versioned knowledge bundles, as well as list workspaces and publish or pull immuta
Описание
Enables AI coding agents to search and retrieve cited line-level context from versioned knowledge bundles, as well as list workspaces and publish or pull immutable Markdown bundles.
README
npm: okfshare npm: @okfshare/mcp npm: @okfshare/agent-installer Site
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 |
|---|---|---|
| okfshare | npx okfshare@latest |
CLI: setup, publish, search, context, diff, rollback |
| @okfshare/mcp | npx @okfshare/mcp@latest |
MCP server for Claude Code, Cursor, opencode, Codex |
| @okfshare/agent-installer | okfshare-agent |
Installs okfshare skills into agent tooling |
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@latest
Or 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 packages
- Node 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.
Установить @Okfshare/ в Claude Desktop, Claude Code, Cursor
unyly install okfshare-mcpСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add okfshare-mcp -- npx -y @okfshare/mcpПошаговые гайды: как установить @Okfshare/
FAQ
@Okfshare/ MCP бесплатный?
Да, @Okfshare/ MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для @Okfshare/?
Нет, @Okfshare/ работает без API-ключей и переменных окружения.
@Okfshare/ — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить @Okfshare/ в Claude Desktop, Claude Code или Cursor?
Открой @Okfshare/ на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzMCP-Agent
A simple, composable framework to build agents using Model Context Protocol by [LastMile AI](https://www.lastmileai.dev)
автор: lastmile-aiSpring AI MCP Client
Provides auto-configuration for MCP client functionality in Spring Boot applications.
mcp.natoma.ai
A Hosted MCP Platform to discover, install, manage and deploy MCP servers by [Natoma Labs](https://www.natoma.ai)
MCPHub
Website to list high quality MCP servers and reviews by real users. Also provide online chatbot for popular LLM models with MCP server support.
MCP Servers Rating and User Reviews
Website to rate MCP servers, write authentic user reviews, and [search engine for agent & mcp](http://www.deepnlp.org/search/agent)
mkinf
An Open Source registry of hosted MCP Servers to accelerate AI agent workflows.
Compare @Okfshare/ with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
