CruxHive MCP server — team AI knowledge governance layer
Project description
cruxhive-mcp
MCP server for the CruxHive knowledge layer. Exposes four tools callable from Claude Code, OpenCode, Cursor, Windsurf, Gemini CLI, or any MCP-compatible client.
Tools
| Tool | What it does |
|---|---|
context_radar |
Scan git history → classify commits by plan area → coverage report |
context_next_slice |
Read active plan → extract open items → structured slice proposal |
context_write_plan |
Write .llm/plans/{name}.md + register in active.md |
context_sync_memory |
Sync org-layer context to all workspace projects |
All tools operate on the local filesystem (.llm/ directory). Zero external API calls.
Install
uv pip install cruxhive-mcp
# or: pip install cruxhive-mcp
Wire into your project
Add to .mcp.json:
{
"mcpServers": {
"cruxhive": {
"command": "uvx",
"args": ["cruxhive-mcp"],
"type": "stdio"
}
}
}
Or use npx cruxhive init — it does everything automatically.
Requirements
Python 3.11+. No extra dependencies beyond mcp.
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 cruxhive_mcp-0.2.0.tar.gz.
File metadata
- Download URL: cruxhive_mcp-0.2.0.tar.gz
- Upload date:
- Size: 113.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.4 {"installer":{"name":"uv","version":"0.10.4","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7884aeb6d653b1a31484ed688d200585b0475c06de26fba627cc94f70faa7392
|
|
| MD5 |
e3acecb043c2ab58df11a08ed1f6df2e
|
|
| BLAKE2b-256 |
6e852faf1683bd728bdf50c0d6a74000d92bb2cd21d00dcab670441ecafbdefd
|
File details
Details for the file cruxhive_mcp-0.2.0-py3-none-any.whl.
File metadata
- Download URL: cruxhive_mcp-0.2.0-py3-none-any.whl
- Upload date:
- Size: 20.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.4 {"installer":{"name":"uv","version":"0.10.4","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
acb24a4258c7a1aa9240ea19f682a0ad6d1f356bcd5cc9f3f884c41bb01badf5
|
|
| MD5 |
c954a6fc482f09ad860893a3d865e44d
|
|
| BLAKE2b-256 |
2f24f5611ae0ca50d15026f3b5ea090ce53416dca047eb0aceece19eb3b8ec93
|