Labsco
MCP SERVER

Keep a team's standards docs and project specs where an assistant can read them — and write back to them.

Team Wikis & Documentation Platforms
Summary
Team documentation that answers, instead of waiting to be found.

Coding standards and project specs get written once and then hunted for forever. Jane keeps both shelves in one indexed store, so 'what did we decide about auth' is answered in the conversation, and the correction can be written back the same way.

What it is

A document store for two kinds of team writing: standard library documentation and project specifications, held on disk, indexed in SQLite, and reachable as MCP tools.

What you get
  • The list of standard library documents and the list of project specifications the store holds
  • A single standard library document or a single spec read by name
  • A new document created on either shelf
  • An existing document updated in place
  • Full-text search across the store, with only new or modified documents re-indexed
Requirements

Node.js 18 or newer with a current npm, plus a clone and a build. Point the client at dist/index.js by absolute path. No account and no key — the documents stay on your machine.

Setup effort

One command — npx tsx tests/jane-diagnostics.ts