PluginBench
MCP Server

io.github.vola-trebla/tsconfig-inheritance-flattener-mcp MCP Server

io.github.vola-trebla/tsconfig-inheritance-flattener-mcp

What is the io.github.vola-trebla/tsconfig-inheritance-flattener-mcp MCP server?

Resolves TypeScript config inheritance chains and returns effective compiler options per file.

How to install io.github.vola-trebla/tsconfig-inheritance-flattener-mcp

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": {
    "tsconfig-inheritance-flattener-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tsconfig-inheritance-flattener-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "tsconfig-inheritance-flattener-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tsconfig-inheritance-flattener-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "tsconfig-inheritance-flattener-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tsconfig-inheritance-flattener-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "tsconfig-inheritance-flattener-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "tsconfig-inheritance-flattener-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add tsconfig-inheritance-flattener-mcp -- npx -y tsconfig-inheritance-flattener-mcp

Related MCP servers

MCP server that uses TypeScript AST to find which tests are affected by a code change

View repository →

Scans projects for secret exposure: leaked API keys, unprotected .env files, and secrets in logs.

View repository →

MCP server + Playwright reporter that builds a flakiness knowledge graph from test run history

View repository →

Streams NDJSON log triage: query patterns, detect anomalies, summarize timelines without full load.

View repository →

MCP server that gives AI agents dynamic network chaos control over Playwright browser sessions

View repository →

MCP server that gives AI agents geometric spatial awareness of web page layouts using Playwright

View repository →