Nanojev MCP — DevOps skill for Claude Code
NanoJev的mcp服务,本地部署NanoJev,接入任意agent(Claude,codex,Cherry Studio).
How to install Nanojev MCP
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open wr0x00/nanojev_mcp and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Nanojev MCP does
NanoJev的mcp服务,本地部署NanoJev,接入任意agent(Claude,codex,Cherry Studio)。辅助llm决策层。NanoJev's MCP service, locally deploy NanoJev, connect any agent (Claude, Codex, Cherry Studio). Assists the LLM decision-making layer.
Alternatives in DevOps
- Claudable — Claudable is an open-source web builder that leverages local CLI agents, such as Claude Code, Codex, Gemini CL 4k ★
- Azure Service Bus .net — Enterprise messaging with queues and topics 1.8k ★
- Codeg — Aggregate and browse AI coding agent sessions (Claude Code, Codex, Gemini CLI, etc.) in one place 850 ★
README
NanoJev MCP
[简体中文](README_CN.md)|[English](README.md)
Wraps [NanoJev](https://github.com/TianyuCodings/NanoJev)'s decision service as an MCP server, letting any MCP-capable agent (Claude Code, ccwitch, Cline, Cursor, ...) query the NanoJev model in natural language.
agent ──stdio(MCP)──> mcp_nanojev.py ──HTTP──> NanoJev repo's serve_decisions.py :8765 (model loaded once)
The MCP process is a thin proxy that never loads the model; multiple agents can share the same inference service simultaneously.
Prerequisite: Install NanoJev
git clone https://github.com/TianyuCodings/NanoJev.git
cd NanoJev
python -m pip install -r requirements-toy.txt huggingface_hub
Download the checkpoint (~2.3 GB; see the NanoJev README for details):
from huggingface_hub import snapshot_download
snapshot_download(
repo_id="C-Tianyu/NanoJev",
revision="unified-games-v1",
local_dir="checkpoints/NanoJev-unified",
allow_patterns=["best.safetensors", "config.json", "tokenizer/*", "backbone_config/*"],
)
Setup
**1. Download this package** (clone / unzip to any directory, e.g. `D:\nanojev_mcp`)
**2. One-command configuration**
python setup_mcp.py
The script will: install the `mcp` SDK -> probe the inference service -> register `nanojev` into Claude Code (user scope) -> print JSON for other clients. Common options:
python setup_mcp.py --service-url http://127.0.0.1:9000/api/evaluate # non-default port
python setup_mcp.py --python D:\NanoJev\.venv\Scripts\python.exe # use NanoJev's venv
python setup_mcp.py --skip-claude # only print JSON, leave claude config untouched
**3. Start the NanoJev inference service** (in the NanoJev repo directory)
python scripts/serve_decisions.py --checkpoint-dir checkpoints/NanoJev-unified --web-root web --port 8765 --disable-native-triton
Done. Just ask your agent in natural language, e.g.:
Use nanojev to decide: the
Related Skills
Modelarts Vllm Ascend Deploy Skill
New Sample Request Repo name: modelarts-vllm-ascend-deploy-skill Description: An AI coding agent skill (Cursor
Stt MCP Server Linux
by marcindulak - A push-to-talk speech transcription setup for Linux using a Python MCP server. Runs locally i
Loom OSS
Loom — agent-native, additive app host. Deploy small apps: instantly routed, discoverable, agent-callable (MCP
Vizcharter
MCP diagram studio for Claude Code — architecture diagrams with 1,155 official AWS/GCP/Azure icons, charts, an
Sample AWS DevOps Agent Claude Plugin
Connect Claude Code to the AWS DevOps Agent through the AWS MCP Server.
Deploy To Vercel
Use when a project runs locally but is not on the internet yet, or a Vercel deploy is failing. First deploy, b
Related Agents
Cicd Troubleshooter
Layer-6 diagnostic agent for CI/CD failures. Use when: passes locally fails in CI, secrets not injected, wrong
Onboarding Agent
Use this agent to generate a comprehensive new-joiner guide for a repository — covering what the service does,
Codex Art Director
Codex is the dedicated Art Director & Technical Artist for the studio. Codex owns the visual identity, 3D Voxe