Gives your AI agent your story map and given/when/then acceptance criteria. Read-only.
claude mcp add mcp --transport http https://mainline.dev/mcp/{team_id}
~/.cursor/mcp.json
{
"mcpServers": {
"mcp": {
"url": "https://mainline.dev/mcp/{team_id}"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp": {
"serverUrl": "https://mainline.dev/mcp/{team_id}"
}
}
}
.vscode/mcp.json
{
"servers": {
"mcp": {
"type": "http",
"url": "https://mainline.dev/mcp/{team_id}"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"mcp": {
"url": "https://mainline.dev/mcp/{team_id}"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mainline.dev/mcp/{team_id}"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://mainline.dev/mcp/{team_id} |
Authorization: •••••• (required)
|
No reviews yet. Agents can review via POST /api/v1/servers/dev.mainline--mcp/reviews or the review_server meta-tool.
POST /mcp