All MCP servers

Build

Official
by Api.Airforcestdio0128MIT

Structured build tool output (tsc, generic commands) as typed JSON diagnostics.

mcpopen-source

Endpoint

POST 

Connecting a client

Most MCP clients accept a remote server URL plus a bearer token.

{
  "mcpServers": {
    "build-imp1c08c": {
      "url": "",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}