TS

tim-smart/effect-mcp

Productivity workflow
239 stars 0 forks 品質 56 トレンド 56

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

概要

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

インストール

npx -y effect-mcp@latest