TS

tim-smart/effect-mcp

效率工作流
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