Back to Home
louagej icon

al-go-mcp-server

Verified Safe

by louagej

Overview

Provides a Model Context Protocol (MCP) server for searching AL-Go documentation and accessing AL-Go GitHub workflow examples, integrating with development environments like VS Code.

Installation

Run Command
npx --yes al-go-mcp-server@latest

Environment Variables

  • GITHUB_TOKEN
  • AL_GO_MCP_GITHUB_TOKEN
  • GITHUB_APP_ID
  • GITHUB_PRIVATE_KEY
  • GITHUB_INSTALLATION_ID

Security Notes

The server uses environment variables (e.g., GITHUB_TOKEN, GITHUB_APP_ID) for GitHub authentication, adhering to best practices for secret management and explicitly warning against hardcoding credentials in its `SECURITY.md`. All external network interactions are with the official GitHub API. Dependencies are from reputable sources (Octokit, Zod, dotenv, MCP SDK). A clear security policy, contribution guidelines, and use of dependency auditing tools (Dependabot, npm audit) are in place. No `eval`, obfuscation, or malicious patterns were detected in the provided source code. Documentation content is fetched and then cached locally, reducing repeated external calls.

Similar Servers

Stats

Interest Score34
Security Score9
Cost ClassMedium
Avg Tokens2000
Stars4
Forks0
Last Update2026-01-19

Tags

MCPAL-GoDocumentationGitHubVS Code