MCP.so
Sign In
Servers

API & MCP Server Skeleton (ElysiaJS + Bun)

@luridarmawan

MCP & API Server

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mcp-api-server": {
      "command": "bun",
      "args": [
        "run",
        "dev"
      ]
    }
  }
}

More from Developer Tools