@gleanwork/connect-mcp-server
v0.2.4
Published
Remote proxy for Model Context Protocol, allowing local-only clients to connect to remote servers using oAuth
Readme
@gleanwork/connect-mcp-server
Connect an MCP client to Glean's remote MCP servers for tools and agents.
This is a fork of the excellent mcp-remote that provides OAuth support with discovery fallback to openid-configuration. For more details see this issue.
Note Glean's remote MCP is currently in private beta and is not yet generally available to all customers.
Development
Release Process
This package uses release-it to manage releases. To release a new version:
- Make sure you have the
GITHUB_AUTHenvironment variable set with a GitHub token that has repo access - Run
npm run releaseorpnpm release - Follow the interactive prompts to select the version and confirm the release
The release process will:
- Run checks and tests
- Build the package
- Update the version in package.json
- Create a git tag
- Push to GitHub
- Create a GitHub release
- Publish to npm
