effect-atom-mcp

kriegcloud/effect-atom-mcp

3.1

If you are the rightful owner of effect-atom-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

This MCP server provides tools and resources for accessing Effect documentation efficiently.

effect mcp server

This MCP server adds tools and resources for accessing Effect documentation.

Usage

You can run with docker using:

docker run --rm -i timsmart/effect-mcp

Or use npx:

npx -y effect-mcp@latest

Cursor

To use this MCP server with Cursor, please add the following to your cursor mcp.json:

"effect-atom": {
  "command": "npx",
  "args": ["-y", "effect-mcp@latest"]
}

Claude Code Integration

To use this MCP server with Claude Code, run the following command:

claude mcp add-json effect-atom '{
  "command": "npx",
  "args": [
    "-y",
    "effect-mcp@latest"
  ],
  "env": {}
}' -s user