An open-source, privacy-first, self-hosted knowledge workspace where humans and AI agents work together 开源、隐私优先、自托管的知识工作空间,让人与智能体在此协作
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"siyuan": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-siyuan"
]
}
}
}