What is the Throughline MCP server?
Give Claude complete understanding of your software project.
How to install Throughline
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"throughline": {
"command": "https://github.com/devznsh/throughline/releases/download/v1.0.1/throughline.mcpb",
"args": []
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"throughline": {
"command": "https://github.com/devznsh/throughline/releases/download/v1.0.1/throughline.mcpb",
"args": []
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"throughline": {
"command": "https://github.com/devznsh/throughline/releases/download/v1.0.1/throughline.mcpb",
"args": []
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"throughline": {
"type": "stdio",
"command": "https://github.com/devznsh/throughline/releases/download/v1.0.1/throughline.mcpb",
"args": []
}
}
}Claude Code
claude mcp add throughline -- https://github.com/devznsh/throughline/releases/download/v1.0.1/throughline.mcpb