Issue tracker and durable project memory for your coding agent, scoped to the folder you open.
claude mcp add trail -- npx -y usetrail
claude_desktop_config.json
{
"mcpServers": {
"trail": {
"command": "npx",
"args": [
"-y",
"usetrail"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"trail": {
"command": "npx",
"args": [
"-y",
"usetrail"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"trail": {
"command": "npx",
"args": [
"-y",
"usetrail"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"trail": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"usetrail"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"trail": {
"command": "npx",
"args": [
"-y",
"usetrail"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/dev.usetrail--trail/reviews or the review_server meta-tool.
POST /mcp