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!
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"remote-mcp-server-wi": {
"command": "npx",
"args": [
"-y",
"coleam00/remote-mcp-server-with-auth"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add remote-mcp-server-wi npx -y coleam00/remote-mcp-server-with-auth
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"remote-mcp-server-wi": {
"command": "npx",
"args": [
"-y",
"coleam00/remote-mcp-server-with-auth"
]
}
}
}
📋 Copy