An MCP server that provides search, question answering, tutorials, comparisons, and topic browsing over 49 indexed ASTGL knowledge base entries from astgl.ai. Responses include source URLs, and registered users can use an API key to increase the daily query limit.
From the registry: Search and cite ASTGL articles about MCP servers, local AI, and AI automation.
Please install the `astgl-knowledge` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install Node.js** — Node.js is required to run the MCP server via npx.
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","mcp-astgl-knowledge"]
- optional environment variables:
- `ASTGL_API_KEY`: API key for the registered tier, increasing the limit from 50 queries/day to 500 queries/day. You can obtain it by using the server's register tool with your email address. (example: `<your-astgl-api-key>`)
Note: Runs over stdio via npx. No API key is required for basic anonymous usage; without ASTGL_API_KEY the server works with the public limit of 50 queries/day.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.ASTGL_API_KEYrequiredAPI key for the registered tier and higher daily query limit.MCP server for searching Airweave collections with natural language queries.