All MCP servers

Mcp Ts Template

Official
by Api.Airforcestdio0145Apache-2.0

TypeScript template for building MCP servers with declarative tooling, observability, and auth.

mcpopen-source

Endpoint

POST 

Connecting a client

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

{
  "mcpServers": {
    "mcp-ts-template-imp3d9a5": {
      "url": "",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}