Skip to content

tim-smart/effect-mcp

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Contributors 5