https://github.com/tim-smart/effect-mcp
https://github.com/tim-smart/effect-mcp
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tim-smart/effect-mcp
- Owner: tim-smart
- License: mit
- Created: 2025-06-13T10:20:14.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-03T03:37:48.000Z (10 months ago)
- Last Synced: 2025-09-03T05:27:49.005Z (10 months ago)
- Language: TypeScript
- Size: 259 KB
- Stars: 173
- Watchers: 2
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Agents: AGENTS.md
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
```