| Crates.io | cadi-mcp-server |
| lib.rs | cadi-mcp-server |
| version | 1.1.1 |
| created_at | 2026-01-12 03:20:42.837499+00 |
| updated_at | 2026-01-12 05:54:41.959247+00 |
| description | CADI MCP (Model Context Protocol) server for LLM integration |
| homepage | https://github.com/ConflictingTheories/cadi |
| repository | https://github.com/ConflictingTheories/cadi |
| max_upload_size | |
| id | 2036941 |
| size | 159,643 |
Model Context Protocol (MCP) server for LLM integration with CADI.
The CADI MCP server enables AI agents and LLMs to interact with CADI's content-addressed development system. It provides tools for searching, retrieving, and managing code chunks.
cargo install cadi-mcp-server
cadi-mcp-server
# or explicitly:
cadi-mcp-server --transport stdio
cadi-mcp-server --transport http --bind 0.0.0.0:9090
Or via environment variables:
CADI_MCP_TRANSPORT=http CADI_MCP_BIND_ADDRESS=0.0.0.0:9090 cadi-mcp-server
cadi_search - Search for code chunks by querycadi_get_chunk - Retrieve chunk content by IDcadi_resolve_alias - Look up chunks by human-readable aliascadi_import - Import a project into CADIcadi_publish - Publish chunks to a registrycadi_build - Build from CADI manifestscadi_explain - Get AI-friendly explanations of chunkscadi://guide - CADI usage guide for agentscadi://aliases - List of cached chunk aliasesdocker run -p 9090:9090 cadi/mcp-server:latest
MIT