What is the tieline MCP server?
Static FE-BE contract-drift checker: finds frontend calls the backend does not expose. CLI + MCP.
How to install tieline
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": {
"tieline": {
"command": "npx",
"args": [
"-y",
"@nugehs/tieline",
"mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"tieline": {
"command": "npx",
"args": [
"-y",
"@nugehs/tieline",
"mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"tieline": {
"command": "npx",
"args": [
"-y",
"@nugehs/tieline",
"mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"tieline": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@nugehs/tieline",
"mcp"
]
}
}
}Claude Code
claude mcp add tieline -- npx -y @nugehs/tieline mcpRelated MCP servers
Audit AI/LLM features for governance guardrails: confidence, fallback, validation, human-in-loop.
View repository →Static compliance-controls checker for UK Online Safety Act & ICO Children's Code. CLI + MCP.
View repository →One ship/no-ship verdict from aiglare, bouncer, tieline & repoctx — the unified merge gate.
View repository →Local-first code context, impact analysis, and merge-readiness verdicts for AI agents.
View repository →