Skip to content

Conversation

@iancanderson
Copy link

I'm not sure we want to merge this, but this allowed me to try dotcom chat as an MCP host in a dev environment, using mark3labs/mcp-go in copilot-api, connecting to a localhost version of github-mcp-server via HTTP/SSE.

export GITHUB_PERSONAL_ACCESS_TOKEN=<TOKEN_FROM_DEV_ENVIRONMENT>
go run cmd/github-mcp-server/main.go http --gh-host http://api.github.localhost --port 4567

…ware

I'm not sure we want to merge this, but this allowed me to try dotcom chat action as an MCP host, using `mark3labs/mcp-go` in copilot-api, connecting to a localhost version of github-mcp-server via HTTP/SSE.

```
export GITHUB_PERSONAL_ACCESS_TOKEN=<TOKEN_FROM_DEV_ENVIRONMENT>
go run cmd/github-mcp-server/main.go http --gh-host http://api.github.localhost --port 4567
```
@israpasos
Copy link

HTTP+SSE support is crucial for deployments like Coolify, where services run in isolated containers and need network-based communication rather than relying on Docker socket mounts.

DaleSeo pushed a commit to DaleSeo/github-mcp-server that referenced this pull request Oct 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants