Public contracts, SDKs, MCP server, CLI, and Agent Skill for Mailrith AI agent workflows
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mailrith-agent-platf": {
"command": "npx",
"args": [
"-y",
"anrawool/mailrith-agent-platform"
]
}
}
}
Run in terminal:
claude mcp add mailrith-agent-platf npx -y anrawool/mailrith-agent-platform
Add to .cursor/mcp.json:
{
"mcpServers": {
"mailrith-agent-platf": {
"command": "npx",
"args": [
"-y",
"anrawool/mailrith-agent-platform"
]
}
}
}