mcpbeat Sign in

ASTGL Knowledge MCP Server

local only

ASTGL Knowledge runs on your own machine — the client starts it, so there is no endpoint to ping. 84 installs a week from npm. Last commit 12 Aug 2026.

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

Installs per day peak 185 · avg 23 · +671% w/w
a month agotoday
84
Installs / week
npm · mcp-astgl-knowledge
0
Stars
0 open issues
12 Aug 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/pipeline.ts:47
  return execSync(`"${TSX_BIN}" ${script}`, {
import { readFileSync, readdirSync, statSync, existsSync } from "fs";
Sends data to a third-party sink src/rewrite-queue.ts:178
    `https://api.telegram.org/bot${token}/sendMessage`,

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add astgl-knowledge -- npx -y mcp-astgl-knowledge
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "astgl-knowledge": {
      "args": [
        "-y",
        "mcp-astgl-knowledge"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.astgl-knowledge]
command = "npx"
args = ["-y", "mcp-astgl-knowledge"]
.cursor/mcp.json
{
  "mcpServers": {
    "astgl-knowledge": {
      "args": [
        "-y",
        "mcp-astgl-knowledge"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "astgl-knowledge": {
      "args": [
        "-y",
        "mcp-astgl-knowledge"
      ],
      "command": "npx"
    }
  }
}

Alternatives to ASTGL Knowledge

same job, measured the same way
Blck Alpaca Knowledge Base
by blckalpaca

Search Blck Alpaca's knowledge base on SEO, GEO, AI agents and marketing automation.

4 tools answering
SideButton MCP Server
by sidebutton

Open-source MCP server with browser automation and knowledge packs for AI agents

111 installs/wk local only
SAGE Wrapper
by psycgod

Command wrapper MCP server for coding agents, compression, workflows, and local automation.

341 installs/wk local only
Baepsae
by oozoofrog

Local MCP server for iOS Simulator and macOS app automation with a native Swift bridge

45 installs/wk local only
Selenix MCP Server
by markmircea

MCP server that bridges local apps with Selenix for browser automation.

32 installs/wk local only
Email Automation MCP
by csoai-org

Email Automation MCP Server by MEOK AI Labs

257 installs/wk local only
Charles Local MCP
by eason0in

Guarded local Charles Proxy automation and bounded XML session evidence

local only
Codeniverse
by codeniverse

CODENIVERSE Thai dev agency: services, company profile, and articles on AI agents and automation.

7 tools answering

ASTGL Knowledge — questions

Answers built from our own checks of this server.

Why is there no uptime for ASTGL Knowledge?
ASTGL Knowledge runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mcp-astgl-knowledge was installed 84 times last week.
How do I connect ASTGL Knowledge?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-astgl-knowledge straight from npm; nothing to host, nothing to sign up for.
How many people use ASTGL Knowledge?
The npm package mcp-astgl-knowledge was installed 84 times in the last week. Week over week that is +671%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is ASTGL Knowledge open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.