inkeep/open-knowledge
v0.1.0GPL-3.0-or-later
CRDT knowledge base with real-time collaboration and AI agent tools
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
open-knowledgestdio
{
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@inkeep/open-knowledge@latest",
"mcp"
]
}What this package declares
The files a client reads when it loads this plugin, exactly as this revision carries them.
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "open-knowledge",
"version": "0.1.0",
"description": "CRDT knowledge base with real-time collaboration and AI agent tools",
"author": { "name": "Inkeep" },
"repository": "https://github.com/inkeep/open-knowledge",
"license": "GPL-3.0-or-later",
"keywords": ["knowledge-base", "mcp", "markdown", "crdt"]
}