The open-source form analytics platform — track form views, submissions & conversions, with funnels, UTM attribution and an MCP server.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"trell": {
"command": "npx",
"args": [
"-y",
"relakeinc/trell"
]
}
}
}
Run in terminal:
claude mcp add trell npx -y relakeinc/trell
Add to .cursor/mcp.json:
{
"mcpServers": {
"trell": {
"command": "npx",
"args": [
"-y",
"relakeinc/trell"
]
}
}
}