xurgo-atlas

JasonCoate/xurgo-atlas
★ 0 stars TypeScript AI/LLM Updated today
MCP server for safe, versioned, auditable documentation changes by AI agents
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "xurgo-atlas": {
      "command": "npx",
      "args": [
        "-y",
        "JasonCoate/xurgo-atlas"
      ]
    }
  }
}

README Excerpt

Xurgo Atlas is a local project context server for AI-assisted development. Install Xurgo Atlas globally for the normal CLI workflow: ```bash npm install -g xurgo-atlas ``` After the global install, initialize a project and start the daemon-backed MCP endpoint: ```bash xurgo-atlas init --template mcp-server --project-id my-project