Effect 中文文档 for Cursor
io.github.aaronlou/effect-ts-cn
Effect 官方文档的中文译文检索(234 页,v3 + v4)。每条结果带可核验引用:能点回原文小节、能看到该译文对着哪次上游提交译的。零依赖、离线自包含。
client:Cursor
transport:stdio
runtime:npm
Install Effect 中文文档 in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"effect-ts-cn": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"effect-ts-cn-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs