{"id":51382823,"url":"https://github.com/jholhewres/anchored_oss","last_synced_at":"2026-07-03T17:09:17.097Z","repository":{"id":359699829,"uuid":"1247170347","full_name":"jholhewres/anchored_oss","owner":"jholhewres","description":"Self-hosted team memory server for AI coding agents — shared project knowledge for dev teams, with privacy guardrails. Pairs with the Anchored client.","archived":false,"fork":false,"pushed_at":"2026-06-11T23:18:47.000Z","size":753,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-12T01:11:00.483Z","etag":null,"topics":["ai","claude-code","developer-tools","golang","knowledge-graph","mcp","memory","privacy","self-hosted","team-collaboration"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jholhewres.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-23T01:33:17.000Z","updated_at":"2026-06-11T23:19:26.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/jholhewres/anchored_oss","commit_stats":null,"previous_names":["jholhewres/anchored_oss"],"tags_count":30,"template":false,"template_full_name":null,"purl":"pkg:github/jholhewres/anchored_oss","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jholhewres%2Fanchored_oss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jholhewres%2Fanchored_oss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jholhewres%2Fanchored_oss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jholhewres%2Fanchored_oss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jholhewres","download_url":"https://codeload.github.com/jholhewres/anchored_oss/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jholhewres%2Fanchored_oss/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35094200,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-03T02:00:05.635Z","response_time":110,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","claude-code","developer-tools","golang","knowledge-graph","mcp","memory","privacy","self-hosted","team-collaboration"],"created_at":"2026-07-03T17:09:16.562Z","updated_at":"2026-07-03T17:09:17.090Z","avatar_url":"https://github.com/jholhewres.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Anchored OSS\n\n**Self-hosted team memory for AI coding agents.**\n\n[![Latest release](https://img.shields.io/github/v/release/jholhewres/anchored_oss)](https://github.com/jholhewres/anchored_oss/releases/latest)\n[![License: FSL-1.1-ALv2](https://img.shields.io/badge/license-FSL--1.1--ALv2-blue)](LICENSE)\n[![Go](https://img.shields.io/badge/go-%3E%3D1.22-00ADD8)](go.mod)\n\nAnchored OSS is the team layer of the [Anchored](https://github.com/jholhewres/anchored) memory system: a server your organization runs on its own infrastructure so development teams share project knowledge — facts, decisions, learnings, plans, and knowledge-graph relationships — across Claude Code, Cursor, OpenCode, Gemini CLI, and any MCP-compatible tool.\n\nThe local [Anchored client](https://github.com/jholhewres/anchored) keeps personal memory, preferences, and embeddings on each developer's machine. Anchored OSS stores only organization-owned, project-level knowledge that is safe to share — enforced by configurable, privacy-first guardrails.\n\n## Why\n\nAI coding tools rely on scattered context files (`CLAUDE.md`, `AGENTS.md`, long prompts) that burn tokens, go stale, and lose detail during compaction. Anchored solves the personal-memory side locally; Anchored OSS solves the team side:\n\n- **Shared, durable knowledge** — what one developer (or agent) learns, every developer's agent can recall.\n- **Organization-owned** — your server, your database, your data. Single static binary, SQLite or PostgreSQL.\n- **Privacy by default** — sync-time guardrails block secrets, local paths, personal scopes, and anything else your admins configure. Personal memory never leaves the developer's machine.\n\n## Features\n\n- **Organizations, teams, and projects** with role-based access and per-team project grants\n- **Git-origin project routing** — two clones of the same repository, on any machines, converge on the same remote project\n- **Knowledge graph** — entity/relationship triples synced alongside memories\n- **Guardrail engine** — seeded secret/path/scope rules plus admin-defined keyword and RE2 rules, managed from the dashboard\n- **Admin dashboard** embedded in the binary — overview, projects, members, API keys, guardrails, audit, health\n- **Audit log** of every sync and administrative action\n- **First-run onboarding wizard** — org, admin, and projects in one guided flow\n- **Optional semantic search and RAG chat** when embeddings are configured\n\n## Quick start\n\n```bash\n# Install the server (SQLite, PM2-managed, port 8771)\ncurl -fsSL https://raw.githubusercontent.com/jholhewres/anchored_oss/main/install/install.sh | sh\n```\n\nOpen `http://your-server:8771`, complete the onboarding wizard, and copy the generated API key. Prefer containers? See [Docker Compose and other options](docs/deployment.md).\n\n### Connect your team\n\nEach developer installs the Anchored client and points it at the server:\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/jholhewres/anchored/main/install/install.sh | bash\nanchored remote configure --server http://your-server:8771 --key \u003capi-key\u003e --name your-org\nanchored remote sync   # run inside a repo — routed by its git origin\n```\n\nFrom then on, saves auto-sync and every memory search transparently includes the team server's results.\n\n## How it fits together\n\n```text\nDeveloper machine                      Your infrastructure\n┌─────────────────────────┐            ┌─────────────────────────────┐\n│ AI tool (MCP)           │            │ Anchored OSS                │\n│   └── anchored client   │  ⇄ sync ⇄  │   ├── Organization          │\n│        ├── personal     │  (guard-   │   │    ├── Teams + access   │\n│        │   memory (local│   rails)   │   │    ├── Guardrails       │\n│        │   only)        │            │   │    └── Audit log        │\n│        └── project      │            │   └── Projects              │\n│            memory       │            │        ├── Shared memories  │\n└─────────────────────────┘            │        └── Knowledge graph  │\n                                       └─────────────────────────────┘\n```\n\nSee [ARCHITECTURE.md](ARCHITECTURE.md) for the full system map with diagrams.\n\n## Documentation\n\n| Document | Contents |\n|---|---|\n| [Deployment](docs/deployment.md) | Installer, Docker Compose, source builds, configuration, updating |\n| [API Reference](docs/api.md) | Endpoints, auth scopes |\n| [Architecture](ARCHITECTURE.md) | System overview, client↔server flow, feature map |\n| [Development](docs/development.md) | Repository layout, build targets, conventions |\n| [Sync Protocol](docs/sync-protocol.md) | Bidirectional sync specification |\n| [Error Codes](docs/error-codes.md) | API errors and item-level rejection rules |\n\n## Related projects\n\n- [**anchored**](https://github.com/jholhewres/anchored) — the local-first memory client (CLI + MCP server) that pairs with this server\n\n## Contributing\n\nContributions are welcome. Open an issue to discuss non-trivial changes, branch from `main`, keep `go test ./...`, `go vet ./...`, and `cd web \u0026\u0026 npm run build` green, and open a pull request describing the change and how you verified it. Conventions and build details live in [docs/development.md](docs/development.md).\n\n## License\n\nAnchored OSS is **source-available** under the **Functional Source License, Version 1.1, with an Apache 2.0 future grant** ([`FSL-1.1-ALv2`](LICENSE)).\n\nIn short: you may read, run, self-host (including inside a company), modify, and redistribute the Software for any purpose **except a Competing Use** — i.e. you may not offer it to others as a commercial product or service that substitutes for Anchored. Two years after each version is released, that version automatically converts to the **Apache License 2.0**.\n\nSee [LICENSE](LICENSE) for the full terms. Learn more about the FSL at \u003chttps://fsl.software\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjholhewres%2Fanchored_oss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjholhewres%2Fanchored_oss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjholhewres%2Fanchored_oss/lists"}