Trail
Rank #5,291dev.usetrail/trail
Issue tracker and durable project memory for your coding agent, scoped to the folder you open.
Trail is a Model Context Protocol (MCP) server published by arsprengel. It ranks #5,291 of 132,046 servers tracked on MCP Toplist. Trail is listed on Official MCP, with 20 tracked versions. It was first listed on Aug 27, 2026 and most recently updated on Sep 17, 2026.
Ranks ahead of 126,755 of 132,046 servers on MCP Toplist.
Use Trail
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add trail -e "TRAIL_API_URL=<your TRAIL_API_URL>" -e "TRAIL_PROJECT=<your TRAIL_PROJECT>" -- npx -y usetrailReplace each placeholder with your own value before saving.
[mcp_servers.trail]
command = "npx"
args = ["-y", "usetrail"]
[mcp_servers.trail.env]
TRAIL_API_URL = "<your TRAIL_API_URL>"
TRAIL_PROJECT = "<your TRAIL_PROJECT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"trail": {
"command": "npx",
"args": [
"-y",
"usetrail"
],
"env": {
"TRAIL_API_URL": "<your TRAIL_API_URL>",
"TRAIL_PROJECT": "<your TRAIL_PROJECT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"trail": {
"command": "npx",
"args": [
"-y",
"usetrail"
],
"env": {
"TRAIL_API_URL": "<your TRAIL_API_URL>",
"TRAIL_PROJECT": "<your TRAIL_PROJECT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"trail": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"usetrail"
],
"env": {
"TRAIL_API_URL": "<your TRAIL_API_URL>",
"TRAIL_PROJECT": "<your TRAIL_PROJECT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"trail": {
"command": "npx",
"args": [
"-y",
"usetrail"
],
"env": {
"TRAIL_API_URL": "<your TRAIL_API_URL>",
"TRAIL_PROJECT": "<your TRAIL_PROJECT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"trail": {
"command": "npx",
"args": [
"-y",
"usetrail"
],
"env": {
"TRAIL_API_URL": "<your TRAIL_API_URL>",
"TRAIL_PROJECT": "<your TRAIL_PROJECT>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/dev.usetrail%2Ftrail)<a href="https://mcptoplist.com/server/dev.usetrail%2Ftrail"><img src="https://mcptoplist.com/badge/dev.usetrail%2Ftrail.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
arsprengel
Available versions (20)
| Version | Published |
|---|---|
| 1.29.1 | Sep 17, 2026 |
| 1.29.0 | Sep 6, 2026 |
| 1.28.1 | Sep 6, 2026 |
| 1.28.0 | Sep 5, 2026 |
| 1.27.1 | Sep 3, 2026 |
| 1.27.0 | Sep 2, 2026 |
| 1.26.0 | Sep 2, 2026 |
| 1.25.3 | Sep 2, 2026 |
| 1.25.2 | Sep 2, 2026 |
| 1.25.1 | Sep 1, 2026 |
| 1.25.0 | Sep 1, 2026 |
| 1.24.1 | Sep 1, 2026 |
| 1.24.0 | Sep 1, 2026 |
| 1.23.1 | Sep 1, 2026 |
| 1.23.0 | Aug 31, 2026 |
| 1.22.0 | Aug 31, 2026 |
| 1.21.0 | Aug 29, 2026 |
| 1.20.1 | Aug 28, 2026 |
| 1.20.0 | Aug 28, 2026 |
| 1.19.0 | Aug 28, 2026 |
Frequently asked questions
- Who maintains Trail?
- Trail is maintained by arsprengel, which publishes 1 MCP server (20 total versions) tracked on MCP Toplist.
- Is Trail listed on the Official MCP Registry?
- Yes — Trail is listed on the Official MCP Registry.
- How many versions does Trail have?
- MCP Toplist tracks 20 versions of Trail, most recently published on Sep 17, 2026.
- Where can I find the source code for Trail?
- The source code for Trail is hosted at github.com/arsprengel/trail-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.