Glean MCP Server implementation#1
Merged
steve-calvert-glean merged 14 commits intomainfrom Mar 13, 2025
Merged
Conversation
ebbd327 to
c45a814
Compare
Collaborator
Author
|
The repo/server name is a little general ( So, we have a few options:
I'm open to either of those, or other suggestions! |
ghost
reviewed
Mar 12, 2025
ghost
reviewed
Mar 12, 2025
ghost
reviewed
Mar 12, 2025
|
reviewed the code and looks good -- only had minor/non-blocking feedback. I haven't tested it yet... |
|
I'm team |
Collaborator
Author
|
I'm a big +1 on |
ghost
reviewed
Mar 13, 2025
ghost
reviewed
Mar 13, 2025
ghost
reviewed
Mar 13, 2025
ghost
reviewed
Mar 13, 2025
a5b7ba4 to
b32d315
Compare
ghost
approved these changes
Mar 13, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Initial implementation of a Glean MCP server for
searchandchat. This PR implements the following:listandcallrequest handlerssearchandchattool implementationsSee the README.md Rendered
How to test drive
git clone git@github.com:gleanwork/server-glean.git && cd server-gleanpnpm install && pnpm buildpnpm testpnpm inspect. Open the localhost URL provided. You'll need to set two environment variables:GLEAN_SUBDOMAIN(I was usingscio-prodto test), andGLEAN_API_TOKEN.search. Enter a query and pagesize, then click "Run Tool" (you need to scroll the pane down to see the button).Example:
mcp-server.mov