74
/ 100
3 days ago
glama

SiYuan MCP Server

Enables AI assistants to interact with SiYuan Note through its API, supporting notebook and document management, block operations, search, file operations, and more.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 1 credential: SIYUAN_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configSIYUAN_HOST:127.0.0.1
configSIYUAN_MCP_DEBUG0 向 stderr 输出端点、状态和耗时
configSIYUAN_MCP_MAX_RESPONSE_BYTES10485760 最大响应字节数
configSIYUAN_MCP_TIMEOUT_MS120000 单次 API 请求超时(2 分钟)
configSIYUAN_MCP_UPLOAD_ROOTS本地文件必须位于 允许的目录中。
configSIYUAN_MCP_WRITE_PATH_PREFIXES/data/assets,/data/templates,/temp
configSIYUAN_PORT"": "6806",
🔐 secretSIYUAN_TOKEN"": "your-api-token-here"
configSIYUAN_URL为兼容旧版配置,推荐继续使用 SIYUAN_HOST、SIYUAN_PORT 和 SIYUAN_TOKEN。连接远程实例、反向代理或带路径前缀的实例时,可以使用 覆盖 HOST/PORT:
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 1 concrete improvement we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/xgq18237-siyuan-mcp-server-1lk2em)](https://m8ven.ai/mcp/xgq18237-siyuan-mcp-server-1lk2em)
commit: bc829455b28d2e4dcd9709753ab77a39292f621b
code hash: 2d03a8af3b07aecedfdf3f46c70d5edfa67c61b2761a9f818c11eba46fd74b4e
verified: 7/19/2026, 8:55:41 AM
view raw JSON →