RacterMX for Cursor
io.github.racter-ciso/ractermx
Manage RacterMX email forwarding — domains, aliases, webhooks, and more — via AI.
client:Cursor
transport:stdio
runtime:npm
Install RacterMX in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ractermx": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ractermx/mcp-server"
],
"env": {
"RACTERMX_API_KEY": "<RACTERMX_API_KEY>",
"RACTERMX_API_URL": "<RACTERMX_API_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs