This MCP server adds tools and resources for accessing Effect documentation.
You can run with docker using:
docker run --rm -i timsmart/effect-mcpOr use npx:
npx -y effect-mcp@latestTo use this MCP server with Cursor, please add the following to your cursor mcp.json:
"effect-docs": {
"command": "npx",
"args": ["-y", "effect-mcp@latest"]
}To use this MCP server with Claude Code, run the following command:
claude mcp add-json effect-docs '{
"command": "npx",
"args": [
"-y",
"effect-mcp@latest"
],
"env": {}
}' -s user