Skip to content
Cursor

ASTGL Knowledge for Cursor

io.github.jmeg8r/astgl-knowledge

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

client:Cursor transport:stdio runtime:npm

Install ASTGL Knowledge in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ASTGL Knowledge in other clients