@okfshare/mcp
okfshare CLI und MCP-Server
Der clientseitige, quelloffene Teil von okfshare: gemeinsames, versioniertes Wissen für KI-Coding-Agenten.
Veröffentlichen Sie ein validiertes Markdown-Bundle genau einmal. Jeder autorisierte Agent arbeitet auf Grundlage derselben unveränderlichen Revision, mit Zitaten auf Zeilenebene, die Sie prüfen können. Der gehostete Dienst verwaltet Revisionen, Zitate und die Workspace-Authentifizierung; dieses Repository enthält die Werkzeuge, die Ihre Agenten tatsächlich ausführen.
Pakete
Paket | Befehl | Zweck |
| CLI: setup, publish, search, context, diff, rollback | |
| MCP-Server für Claude Code, Cursor, opencode, Codex | |
| Installiert okfshare-Skills in die Agent-Werkzeuge |
Related MCP server: 50 First Tapes MCP Server
Schnellstart
# 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-Umgebungen: Stellen Sie über die Umgebungsvariable OKFSHARE_TOKEN eine vorab bereitgestellte Anmeldeinformation bereit (nur auf Existenz prüfen; niemals protokollieren) und verifizieren Sie den Zugriff anschließend mit whoami und doctor.
MCP-Setup
claude mcp add okfshare -- npx @okfshare/mcp@latestOder mit einem beliebigen MCP-Client:
{
"mcpServers": {
"okfshare": {
"command": "npx",
"args": ["@okfshare/mcp@latest"]
}
}
}Werkzeuge: whoami, doctor, list_shares, search_share, search_workspace, get_context, pull_bundle, publish_bundle. Registry-Manifest: server.json.
Warum Zitate wichtig sind
Die Abfrage liefert die Datei, die exakten Zeilen und die unveränderliche Revision, aus der sie stammen. Wenn ein Agent behauptet „unsere Konvention besagt X“, können Sie die Behauptung in Sekunden prüfen – und ein Zitat bedeutet auch morgen dasselbe, denn der Inhalt einer Revision wird nie an Ort und Stelle geändert.
Das Open Knowledge Format
Bundles sind Markdown mit strukturiertem Frontmatter: ein type, Titel, Beschreibung, Tags, Quellen und Verifikationsereignisse. Das Format ist bewusst schlank gehalten und bleibt in jedem Editor lesbar. Im schlimmsten Fall haben Sie am Ende schlichte Dateien – kein Lock-in.
Spezifikation: https://github.com/GoogleCloudPlatform/knowledge-catalog/blob/main/okf/SPEC.md
Field Guide (veröffentlicht mit okfshare selbst): https://okfshare.app/s/ecf08367a22273482c0887aab700ee8e
Fork-fähige Startvorlage für Konventionen: https://okfshare.app/s/e8ddada5aab619495c970f031dce7058
Entwicklung
pnpm install
pnpm check # typecheck + test + build across all packagesNode 20+ und Auto pnpm 10.
Die Pakete kommunizieren mit der gehosteten API unter
https://okfshare.app– für die Entwicklung ist also kein lokaler Server erforderlich.Siehe CONTRIBUTING.md für den Abnahmeprozess und SECURITY.md für die Meldung von Sicherheitslücken.
Links
Website und Dokumentation: https://okfshare.app
Für Agenten lesbare Dokumentation: https://okfshare.app/llms.txt und https://okfshare.app/llms-full.txt
Lizenz
Apache-2.0. Siehe NOTICE – die Codelizenz gewährt keine Rechte am Namen oder am Branding von okfshare.
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