al-go-mcp-server
Verified Safeby 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
npx --yes al-go-mcp-server@latestEnvironment 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
awesome-mcp-devtools
This repository serves as a curated list of developer tools, SDKs, libraries, and resources for building and interacting with Model Context Protocol (MCP) servers.
mcp-k8s-go
This MCP server enables interaction with Kubernetes clusters to list, get, apply, and execute commands on various resources through a conversational interface.
mcp-servers
A curated collection of Model Context Protocol (MCP) server configurations to integrate various developer tools and services with AI agents.
mcp-node
Enables natural language interaction with Algolia data through Claude Desktop by exposing Algolia APIs via the Model Context Protocol (MCP).