A Model Context Protocol (MCP) server dedicated to fetching the most current documentation from the Effect ecosystem.
| Tool name | Description | Destructive? |
|---|---|---|
| effect-documentation | ✓ no | |
| effect-doc-links | ✓ no |
{
"mcpServers": {
"niklaserikeffect": {
"command": "npx",
"args": [
"-y",
"@niklaserik/effect-mcp"
]
}
}
}