TS

tim-smart/effect-mcp

Productivity workflow
239 stars 0 forks Quality 56 Trend 56

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

Overview

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

README

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-docs": {
  "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-docs '{
  "command": "npx",
  "args": [
    "-y",
    "effect-mcp@latest"
  ],
  "env": {}
}' -s user
View this README on GitHub

Install

npx -y effect-mcp@latest