Windsurfer
Running on Windsurf (NOT WORKING)
Add the tarxan-mcp server to mcp.json. [...]
{
"mcp": {
"servers": {
"tarxan-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@pineappleworkshop-tarxan/[email protected]"
],
"env": {
"API_BASE": "https://api.tarxan.io",
"API_KEY": "{{ your_api_key }}"
}
}
}
}
}Last updated