by gleanwork
Provides a local MCP server for integrating Glean API with popular MCP clients, enabling configuration and runtime within a monorepo.
A local MCP server that facilitates Glean API integration, offering ready‑made packages for configuration and execution directly on a developer's machine.
npx -y @gleanwork/local-mcp-server
@gleanwork/configure-mcp-server
package.API_KEY
before starting the server.@gleanwork/configure-mcp-server
) and runtime (@gleanwork/local-mcp-server
).API_KEY
environment variable when starting the server.@gleanwork/configure-mcp-server
package includes presets for popular clients, and you can extend it as needed.This monorepo contains packages for Glean's local MCP server. For more details see the READMEs of the individual packages.
Please see CONTRIBUTING.md for development setup and guidelines.
MIT License - see the LICENSE file for details
Please log in to share your review and rating for this MCP.
{ "mcpServers": { "glean-local-mcp": { "command": "npx", "args": [ "-y", "@gleanwork/local-mcp-server" ], "env": { "API_KEY": "<YOUR_API_KEY>" } } } }
Discover more MCP servers with similar functionality and use cases
by zed-industries
Provides real-time collaborative editing powered by Rust, enabling developers to edit code instantly across machines with a responsive, GPU-accelerated UI.
by cline
Provides autonomous coding assistance directly in the IDE, enabling file creation, editing, terminal command execution, browser interactions, and tool extension with user approval at each step.
by continuedev
Provides continuous AI assistance across IDEs, terminals, and CI pipelines, offering agents, chat, inline editing, and autocomplete to accelerate software development.
by github
Enables AI agents, assistants, and chatbots to interact with GitHub via natural‑language commands, providing read‑write access to repositories, issues, pull requests, workflows, security data and team activity.
by block
Automates engineering tasks by installing, executing, editing, and testing code using any large language model, providing end‑to‑end project building, debugging, workflow orchestration, and external API interaction.
by RooCodeInc
An autonomous coding agent that lives inside VS Code, capable of generating, refactoring, debugging code, managing files, running terminal commands, controlling a browser, and adapting its behavior through custom modes and instructions.
by lastmile-ai
A lightweight, composable framework for building AI agents using Model Context Protocol and simple workflow patterns.
by firebase
Provides a command‑line interface to manage, test, and deploy Firebase projects, covering hosting, databases, authentication, cloud functions, extensions, and CI/CD workflows.
by gptme
Empowers large language models to act as personal AI assistants directly inside the terminal, providing capabilities such as code execution, file manipulation, web browsing, vision, and interactive tool usage.