Version 4.43 or later needs to be installed to add the server automatically
About
Tools and resources for writing Effect code in Typescript.
Attribute | Details |
---|---|
Docker Image | mcp/effect-mcp |
Author | tim-smart |
Repository | https://github.com/tim-smart/effect-mcp |
Docker Image built by|Docker Inc.
Docker Scout Health Score| Verify Signature|
COSIGN_REPOSITORY=mcp/signatures cosign verify mcp/effect-mcp --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub
Licence|MIT License
Tools provided by this Server | Short Description |
---|---|
effect_docs_search | Searches the Effect documentation. |
get_effect_doc | Get the Effect documentation for a documentId. |
effect_docs_search
Searches the Effect documentation. Result content can be accessed with the get_effect_doc
tool.
Parameters | Type | Description |
---|---|---|
query | string | The 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.
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.
Parameters | Type | Description |
---|---|---|
documentId | number | The unique identifier for the Effect documentation entry. |
page | number optional | The 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.
{
"mcpServers": {
"effect-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"mcp/effect-mcp"
]
}
}
}
Manual installation
You can install the MCP server using:
Installation for