Tools and resources for writing Effect code in Typescript.
8.9K
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 |
| Attribute | Details |
|---|---|
| Dockerfile | https://github.com/tim-smart/effect-mcp/blob/05c19d789d4c4cbd9b881240f815ee8b7fa96ca6/Dockerfile |
| 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_searchSearches 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_docGet 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"
]
}
}
}
Content type
Image
Digest
sha256:a0e077abc…
Size
57.6 MB
Last updated
9 months ago
docker pull mcp/effect-mcpPulls:
1,253
Last week