Back to Home
gleanwork icon

configure-mcp-server

Verified Safe

by gleanwork

Overview

A command-line utility for configuring various MCP (Model Context Protocol) clients (e.g., Cursor, Claude, VS Code) to connect to Glean's MCP servers (local or remote) and to initialize project-level AI coding agent configurations.

Installation

Run Command
npx -y @gleanwork/configure-mcp-server local --client cursor --token YOUR_API_TOKEN --instance YOUR_INSTANCE_NAME

Environment Variables

  • GLEAN_API_TOKEN
  • GLEAN_INSTANCE
  • GLEAN_SUBDOMAIN
  • GLEAN_URL
  • GLEAN_MCP_CONFIG_DIR
  • _SKIP_INSTANCE_PREFLIGHT

Security Notes

The server primarily performs local file system operations (read/write config files, create directories) and executes `npx` commands for `@gleanwork/local-mcp-server` and `mcp-remote`. While `npx` introduces a supply chain risk if the external packages were compromised, this is a standard practice for Node.js CLI tools interacting with companion packages. Credentials (API tokens, instance names, URLs) are handled via CLI flags, environment variables, or `.env` files, following common secure practices. There are no obvious signs of 'eval', code obfuscation, or direct malicious network patterns beyond expected MCP server communication. The `mcp-remote` version is pinned in `package.json` which provides some stability against unexpected updates.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Stars0
Forks1
Last Update2026-01-09

Tags

CLIConfigurationAI ToolsDeveloper UtilityGlean MCP