{"id":50136909,"url":"https://github.com/vaur94/agent-docs-server","last_synced_at":"2026-05-23T22:30:32.948Z","repository":{"id":359801388,"uuid":"1247568572","full_name":"vaur94/agent-docs-server","owner":"vaur94","description":"Loopback agent documentation server with MCP, Admin UI, and knowledge graph","archived":false,"fork":false,"pushed_at":"2026-05-23T13:50:15.000Z","size":459,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-23T15:25:27.421Z","etag":null,"topics":["agents","documentation","knowledge-graph","mcp","opencode","sqlite","systemd","typescript"],"latest_commit_sha":null,"homepage":"https://github.com/vaur94/agent-docs-server","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vaur94.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","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-23T13:45:00.000Z","updated_at":"2026-05-23T13:50:18.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/vaur94/agent-docs-server","commit_stats":null,"previous_names":["vaur94/agent-docs-server"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/vaur94/agent-docs-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaur94%2Fagent-docs-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaur94%2Fagent-docs-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaur94%2Fagent-docs-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaur94%2Fagent-docs-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vaur94","download_url":"https://codeload.github.com/vaur94/agent-docs-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vaur94%2Fagent-docs-server/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33415020,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T22:14:44.296Z","status":"ssl_error","status_checked_at":"2026-05-23T22:14:43.778Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["agents","documentation","knowledge-graph","mcp","opencode","sqlite","systemd","typescript"],"created_at":"2026-05-23T22:30:32.353Z","updated_at":"2026-05-23T22:30:32.939Z","avatar_url":"https://github.com/vaur94.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# agent-docs-server\n\n[![CI](https://github.com/vaur94/agent-docs-server/actions/workflows/ci.yml/badge.svg)](https://github.com/vaur94/agent-docs-server/actions/workflows/ci.yml)\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)\n[![Node](https://img.shields.io/badge/node-%3E%3D20-brightgreen)](package.json)\n\nLocal loopback documentation server for AI agents: SQLite knowledge store, MCP tools, knowledge-graph extraction, TR/EN Admin UI, and OpenCode/systemd install helpers.\n\n`1.0.0-rc.1` is a local-alpha RC1 for one operator on `127.0.0.1`. Auth disabled by default is intentional for this loopback-only release candidate.\n\n- [Contributing](CONTRIBUTING.md)\n- [Security](SECURITY.md)\n- [Changelog](CHANGELOG.md)\n- [GitHub project guide](docs/github/README.md)\n- [Release runbook](docs/release/release-runbook.md)\n\nUse `docs-server init`, `docs-server add-project`, and `docs-server rescan` to prepare and refresh project documentation indexes. worker auto-start daemonization is not included; run `docs-server rescan` explicitly for scan work.\n\n## Install\n\nFrom a source checkout:\n\n```bash\n./scripts/install.sh\n# or\npnpm setup\n```\n\nFull local setup (HTTP systemd service + OpenCode MCP + global `docs-server` on PATH):\n\n```bash\n./scripts/install.sh --all --global\n```\n\nOptions: `--opencode`, `--service`, `--skip-deps`, `--skip-build`, `--opencode-dry-run`. Run `./scripts/install.sh --help` for the full list.\n\n## Run as a systemd user service\n\nBuild the server, then install a user-level systemd unit that starts on login and restarts on failure:\n\n```bash\npnpm install\npnpm build\nnode dist/bin/docs-server.js service install\n```\n\nOptional: point the unit at a different checkout with `--install-root /path/to/agent-docs-server`.\n\nRuntime configuration lives in `~/.config/agent-docs/server.env` (created on first install). Edit `DOCS_SERVER_HOST`, `DOCS_SERVER_PORT`, or `DOCS_SERVER_DB_PATH` there, then run:\n\n```bash\nsystemctl --user restart agent-docs-server.service\n```\n\nService management:\n\n```bash\nnode dist/bin/docs-server.js service status\nsystemctl --user status agent-docs-server.service\nsystemctl --user stop agent-docs-server.service\nnode dist/bin/docs-server.js service uninstall\n```\n\nAfter install, the Admin UI is at `http://127.0.0.1:3847/ui/` (default port).\n\n## OpenCode MCP install\n\nRegister the `agentDocs` MCP server in `~/.config/opencode/opencode.jsonc` without touching other MCP entries. The command backs up the existing file, merges only `mcp.agentDocs` and `tools.agentDocs*`, and runs database migrations when the entry changes.\n\n```bash\npnpm build\nnode dist/bin/docs-server.js opencode install\n```\n\nPreview changes first:\n\n```bash\nnode dist/bin/docs-server.js opencode install --dry-run\n```\n\nRestart OpenCode after install so agents can call `agentDocs_*` tools.\n\n## Foreground and MCP\n\n```bash\ndocs-server start\ndocs-server mcp\n```\n\nRelease validation is `pnpm install`, `pnpm check`, and `pnpm pack`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaur94%2Fagent-docs-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvaur94%2Fagent-docs-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaur94%2Fagent-docs-server/lists"}