Update README.md

This commit is contained in:
Magdiel Cardoso
2025-07-03 20:15:58 -03:00
committed by GitHub
parent c6cbb2f7ac
commit 6c271a08cf
+11 -7
View File
@@ -109,12 +109,14 @@ Open the file in your text editor and replace it with this configuration:
```json ```json
{ {
"mcpServers": { "mcpServers": {
"math": { "chatwoot": {
"description": "Servidor MCP para integração com Chatwoot",
"command": "npx", "command": "npx",
"args": [ "args": [
"mcp-remote", "mcp-remote",
"http://localhost:8787/sse" "https://mcp-chatwoot.stacklab.digital/sse"
] ],
"enabled": true
} }
} }
} }
@@ -155,12 +157,14 @@ Update the Claude configuration file to point to your `workers.dev` URL (ex: `wo
```json ```json
{ {
"mcpServers": { "mcpServers": {
"math": { "chatwoot": {
"description": "Servidor MCP para integração com Chatwoot",
"command": "npx", "command": "npx",
"args": [ "args": [
"mcp-remote", "mcp-remote",
"https://worker-name.account-name.workers.dev/sse" "https://mcp-chatwoot.stacklab.digital/sse"
] ],
"enabled": true
} }
} }
} }
@@ -172,7 +176,7 @@ Should anything go wrong it can be helpful to restart Claude, or to try connecti
MCP server on the command line with the following command. MCP server on the command line with the following command.
```bash ```bash
npx mcp-remote http://localhost:8787/sse npx mcp-remote https://mcp-chatwoot.stacklab.digital/sse
``` ```
In some rare cases it may help to clear the files added to `~/.mcp-auth` In some rare cases it may help to clear the files added to `~/.mcp-auth`