← Browse

@lobu-ai/server

A

MCP server package @lobu/server

mcp_servermcp

Install

agr install @lobu-ai/server --target claude

This artifact does not publish files for Claude.

Document

{ "name": "@lobu/server", "version": "1.6.0", "private": true, "license": "BUSL-1.1", "type": "module", "description": "Lobu memory backend — Hono HTTP server, MCP handler, REST API, in-process Lobu gateway", "engines": { "node": ">=22 <25 || >=26" }, "scripts": { "dev": "tsx watch --ignore=../web/** --ignore=../owletto/** --ignore=../../node_modules/** src/server.ts", "dev:local": "tsx watch --ignore=../web/** --ignore=../owletto/** --ignore=../../node_modules/** src/server.ts", "start": "tsx src/server.ts", "build:server": "node ./scripts/build-server-bundle.mjs && bun ./scripts/build-catalog-manifests.ts", "test": "vitest", "test:gateway": "dirs=$(find src/gateway -type d -name tests | sort); [ -n "$dirs" ] || { echo 'no gateway tests dirs found' >&2; exit 1; }; rc=0; for d in $dirs; do bun test "$d" || rc=1; done; exit $rc", "test:sandbox-runtime": "SKIP_TEST_DB_SETUP=1 vitest run src/tests/integration/sandbox/run-script-runtime.test.ts", "typecheck": "tsc --noEmit", "lint": "biome lint src", "lint:fix": "biome lint --write src", "format": "biome format --write src", "check": "biome check --write src" }, "dependencies": { "@anthropic-ai/sdk": "^0.104.1", "@aws-sdk/client-bedrock": "^3.1028.0", "@aws-sdk/client-secrets-manager": "^3.1028.0", "@chat-adapter/discord": "4.26.0", "@chat-adapter/gchat": "4.26.0", "@chat-adapter/slack": "4.26.0", "@chat-adapter/teams": "4.26.0", "@chat-adapter/telegram": "4.26.0", "@chat-adapter/whatsapp": "4.26.0", "@hono/node-server": "^2.0.11", "@hono/zod-openapi": "^1.2.1", "@lobu/core": "workspace:", "@lobu/connector-sdk": "workspace:", "@lobu/connectors": "workspace:", "@lobu/connector-worker": "workspace:", "@mariozechner/pi-ai": "^0.73.1", "@modelcontextprotocol/sdk": "^1.27.1", "@polyglot-sql/sdk": "^0.1.13", "@react-email/components": "^1.0.12", "@react-email/render": "^2.0.7", "@scalar/hono-api-reference": "^0.9.39", "@sentry/node": "^9.0.0", "@sinclair/typebox": "^0.34.41", "@vercel/sandbox": "^2.2.1", "ajv": "^8.17.1", "ajv-formats": "^3.0.1", "@better-auth/passkey": "^1.6.9", "better-auth": "^1.4.10", "chat": "^4.26.0", "cron-parser": "^5.6.1", "hono": "^4.10.4", "hono-pino": "^0.10.3", "kysely": "^0.28.0", "kysely-postgres-js": "^2.0.0", "pino": "^10.1.0", "postgres": "^3.4.7", "react": "^19.2.5", "resend": "^6.6.0", "zod": "^4.4.0" }, "devDependencies": { "@lobu/pgvector-embedded": "workspace:*", "@types/react": "^19.2.14", "embedded-postgres": "18.3.0-beta.17", "@vitest/coverage-v8": "^3.2.6", "dotenv": "^16.4.5", "esbuild": "^0.28.1", "tsx": "^4.19.2", "typescript": "^5.7.2", "vite": "^6.0.0", "vitest": "^3.2.6" }, "optionalDependencies": { "isolated-vm": "^6.1.2", "isolated-vm-next": "npm:isolated-vm@^7.0.0" } }

Trustgrade A

  • passBody integrity

    Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.

  • warnType matchbest-effort: server code not analyzed

    Whether the artifact is really the kind of thing its metadata claims it is.

  • passFreshness

    How long since the source repository was last pushed to.

  • passPrompt injection

    Scans the artifact's own text for instructions aimed at your agent rather than at you.

  • passLicense

    Whether the source repository declares an SPDX license permissive enough to redistribute.

How the grade is calculated

Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:

  • Aevery check passed
  • Bone warning
  • Ctwo warnings
  • Dprompt injection or body integrity failed, or three warnings
  • Fone of those failed, and something else is wrong

These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.

Versions

  • git-2b65a66f4b252026-08-06