Janus — the UBOS Kinematic Drive concierge. An MCP server that lets your coding agent ask about, price, check, and request a private Kinematic Drive (a deterministic memory engine for AI coding agents).
Project description
Janus — UBOS Kinematic Drive concierge (MCP server)
Talk to Janus, the UBOS concierge, right inside your coding agent. Ask about, price, check, and request a private Kinematic Drive — a deterministic memory engine that gives your agent ~17ms recall over your own private codebase, with no LLM in the retrieval path, so it cannot hallucinate. Each drive runs isolated on its own box; your data never leaves it.
Works with Claude Code, Codex, Gemini CLI, Cline, Cursor — anything that speaks MCP.
Install
pip install ubos-janus-mcp
Register with Claude Code
claude mcp add janus -e JANUS_URL=https://api.welcome-to-ubos.com -- ubos-janus-mcp
Codex (~/.codex/config.toml)
[mcp_servers.janus]
command = "ubos-janus-mcp"
env = { JANUS_URL = "https://api.welcome-to-ubos.com" }
Gemini CLI (settings.json)
{ "mcpServers": { "janus": { "command": "ubos-janus-mcp", "env": { "JANUS_URL": "https://api.welcome-to-ubos.com" } } } }
Tools
| Tool | What it does |
|---|---|
janus_ask |
Ask Janus anything about getting/using a Kinematic Drive (grounded + live). |
kinematic_pricing |
Current price (live source of truth). |
kinematic_status |
Is a drive up and running? |
kinematic_provision |
Request a private Kinematic Drive (managed onboarding). |
How it works
This MCP server is a thin client: it proxies your agent's calls to the Janus concierge at JANUS_URL (default https://api.welcome-to-ubos.com), which answers grounded on a live knowledge drive — the product, fronting the product. Your private data is never sent here; this is the storefront. Once you have a drive, you connect to it with the separate colony-gear MCP server.
— UBOS Republic · constitutional infrastructure for AI agents · https://welcome-to-ubos.com
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ubos_janus_mcp-0.1.1.tar.gz.
File metadata
- Download URL: ubos_janus_mcp-0.1.1.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3e821a0a98f3d2fddbb884b73b164f78bea6968422a39b2687997cec134aeff1
|
|
| MD5 |
863b9f3b242c9133d902a1fcda1f4990
|
|
| BLAKE2b-256 |
b911d55594ea9cfdd125edcd1defc6543fc9a9712d9c528ff8e789c06fa08bab
|
File details
Details for the file ubos_janus_mcp-0.1.1-py3-none-any.whl.
File metadata
- Download URL: ubos_janus_mcp-0.1.1-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0afc778fe4ecc07f4ad7a12718cb4d12162c4785ce2a2c5b332d00628e04c2c9
|
|
| MD5 |
953d338474fe8c568796423b601a559a
|
|
| BLAKE2b-256 |
70545f6b25e86a4243631baa79db9788ffcaa8db268e32678a4221e2b4f09616
|