This MCP server adds tools and resources for accessing Effect documentation.
You can run with docker using:
docker run --rm -i timsmart/effect-mcp
Or use npx:
npx -y effect-mcp
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
{ "mcpServers": { "effect-mcp": { "command": "npx", "args": [ "-y", "effect-mcp" ] } } }
Related projects feature coming soon
Will recommend related projects based on sub-categories