pypi ubos-janus-mcpstdioMITupdated 26d ago
Do not send USDC or any other payment for this package or its tools. The hosted Janus service and its self-service and pay-per-call payment paths are unavailable. No payment sent through instructions from an older release can provision a service or purchase a tool call.
Este repositório foi arquivado pelo dono. Continua funcionando, mas não recebe atualizações.
O que dá para fazer com janus kinematic drive?
Janus Kinematic Drive MCP - retired
Do not send USDC or any other payment for this package or its tools. The hosted Janus service and its self-service and pay-per-call payment paths are unavailable. No payment sent through instructions from an older release can provision a service or purchase a tool call.
ubos-janus-mcp is retained as a historical record of UBOS's earlier
deterministic-retrieval work. Version 0.1.4 is an inactive, fail-closed
retirement release. It exposes one local service_status MCP tool and makes no
network requests.
Successor
The proven retrieval and evidence mechanisms continue inside Sovereign Desk, a provider-neutral resident harness for coding agents. Read-only contract parity has been exercised through isolated Codex, Claude, and Gemini hosts.
That proof does not establish shared writes, multi-agent coordination, durable cross-provider memory, clean-machine installation, or customer value. OpenClaw has not been tested and is not claimed as supported.
The current managed Sovereign Desk pilot, its proof boundary, and its contact path are published at https://welcome-to-ubos.com/. This retired repository is not an order or payment surface. Contact: info@welcome-to-ubos.com.
Historical installation
Existing users may install the retirement release to replace older payment instructions with a local status notice:
pip install --upgrade ubos-janus-mcp==0.1.4
The source remains available for provenance under the MIT license. Historical benchmarks describe deterministic retrieval fixtures, not the retired hosted service or a guarantee of generated-answer quality.
Instalação
Adicione janus kinematic drive ao seu cliente. Escolha o que você usa.
claude mcp add ubos-janus-mcp -- uvx ubos-janus-mcpcodex mcp add ubos-janus-mcp -- uvx ubos-janus-mcpamp mcp add ubos-janus-mcp -- uvx ubos-janus-mcp{
"mcpServers": {
"ubos-janus-mcp": {
"command": "uvx",
"args": [
"ubos-janus-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"ubos-janus-mcp": {
"command": "uvx",
"args": [
"ubos-janus-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"ubos-janus-mcp","command":"uvx","args":["ubos-janus-mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"ubos-janus-mcp": {
"command": "uvx",
"args": [
"ubos-janus-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"ubos-janus-mcp": {
"command": "uvx",
"args": [
"ubos-janus-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"ubos-janus-mcp": {
"command": "uvx",
"args": [
"ubos-janus-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"ubos-janus-mcp": {
"type": "local",
"command": "uvx",
"args": [
"ubos-janus-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"ubos-janus-mcp": {
"command": {
"path": "uvx",
"args": [
"ubos-janus-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
uvx ubos-janus-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Pontuação
39 / 100
Incompleta
- Documentação13/25
- Manutenção14/25
- Confiança16/20
- Capacidade0/15
- Instalação12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 18 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Histórico de versões
| Versões | Publicada |
|---|---|
| 0.1.3Mais recente | 16 de jul. de 2026 |
| 0.1.1 | 24 de jun. de 2026 |