TS

effect-mcp

by tim-smart/effect-mcp

0 views

No description available

Documentation

effect mcp server

Install 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

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"
  ],
  "env": {}
}' -s user

Install

{
  "mcpServers": {
    "effect-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "effect-mcp"
      ]
    }
  }
}
For more configuration details, refer to the content on the left

Related

Related projects feature coming soon

Will recommend related projects based on sub-categories