Effect MCP

Effect MCP

Tools and resources for writing Effect code in Typescript.

954

2 Tools

Packaged by
Add to Docker Desktop

Version 4.43 or later needs to be installed to add the server automatically

About

Effect MCP MCP Server

Tools and resources for writing Effect code in Typescript.

What is an MCP Server?

MCP Info

Image Building InfoDockerfile|https://github.com/tim-smart/effect-mcp/blob/main/Dockerfile

Docker Image built by|Docker Inc. Docker Scout Health Score| Docker Scout Health ScoreVerify Signature|COSIGN_REPOSITORY=mcp/signatures cosign verify mcp/effect-mcp --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pubLicence|MIT License

Available Tools (2)

Tools provided by this ServerShort Description
effect_docs_searchSearches the Effect documentation.
get_effect_docGet the Effect documentation for a documentId.

Tools Details

Tool: effect_docs_search

Searches the Effect documentation. Result content can be accessed with the get_effect_doc tool.

ParametersTypeDescription
querystringThe search query to look for in the documentation.

This tool is read-only. It does not modify its environment.

This tool interacts with external entities.


Tool: get_effect_doc

Get the Effect documentation for a documentId. The content might be paginated. Use the page parameter to specify which page to retrieve.

ParametersTypeDescription
documentIdnumberThe unique identifier for the Effect documentation entry.
pagenumberoptionalThe page number to retrieve for the document content.

This tool is read-only. It does not modify its environment.

This tool interacts with external entities.


Use this MCP Server

{
  "mcpServers": {
    "effect-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "mcp/effect-mcp"
      ]
    }
  }
}

Why is it safer to run MCP Servers with Docker?

Manual installation

You can install the MCP server using:

Installation for

Related servers