Odel
ASTGL Knowledge

ASTGL Knowledge

Local
@jmeg8rTypeScriptUpdated 3w ago

Search and cite ASTGL articles about MCP servers, local AI, and AI automation.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmmcp-astgl-knowledgev1.3.1

Run

npx -y mcp-astgl-knowledge

MCP client config

{
  "mcpServers": {
    "astgl-knowledge": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-astgl-knowledge"
      ]
    }
  }
}