Amber

BenyaminDamircheli/Amber
★ 0 stars Rust Search Updated today
A search index for engineering blogs: a Rust crawler builds a corpus, an indexer embeds it into NotSoTurboPuffer, and a server answers agent queries over REST and MCP.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "amber": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "Amber"
      ]
    }
  }
}

README Excerpt

Amber is a search index for engineering blogs. A crawler builds a corpus, an indexer embeds it into [NotSoTurboPuffer], and a server puts the result in front of agents: REST for people, MCP for models. The domain language lives in All durable state lives in the frontier database and the corpus store. Every

Tools (4)

AWS_ENDPOINTAWS_REGIONCORPUS_URLDATABASE_URL