Overview
This monorepo contains packages for Glean's local MCP server. It includes @gleanwork/configure-mcp-server for configuring the local MCP server with popular MCP clients and @gleanwork/local-mcp-server for running the local MCP server. The local MCP server can be run via npx or Docker. For Docker deployment instructions, see the README of the local-mcp-server package. The repository directs users to the individual package READMEs for more details. This setup provides a foundation to configure and deploy a local MCP server and to experiment with integration and development workflows using MCP clients.
Features
Configure MCP server with popular MCP clients
Provides the configure-mcp-server package (@gleanwork/configure-mcp-server) for configuring the local MCP server to work with popular MCP clients.
Run the local MCP server via npx or Docker
The local MCP server can be run using either npx or Docker; Docker deployment instructions are available in the local-mcp-server README.




