remote-mcp-server-with-auth

coleam00/remote-mcp-server-with-auth
★ 289 stars TypeScript 🔒 Security Updated 1mo ago
Template for a remote MCP server with GitHub OAuth - following best practices for building MCP servers so you can take this as a starting point for any MCP server you want to build!
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "remote-mcp-server-wi": {
      "command": "npx",
      "args": [
        "-y",
        "coleam00/remote-mcp-server-with-auth"
      ]
    }
  }
}