An open API service indexing awesome lists of open source software.

https://github.com/tim-smart/effect-mcp


https://github.com/tim-smart/effect-mcp

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# effect mcp server

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

## Usage

You can run with docker using:

```bash
docker run --rm -i timsmart/effect-mcp
```

Or use npx:

```bash
npx -y effect-mcp@latest
```

## Claude Code Integration

To use this MCP server with Claude Code, run the following command:

```bash
claude mcp add-json effect-docs '{
"command": "npx",
"args": [
"-y",
"effect-mcp@latest"
],
"env": {}
}' -s user
```