★ 75 stars
Rust
💻 Code/Dev Tools
Updated 15d ago
Fast local-first Rust CLI for codebase metrics, AST-compressed LLM context bundles, and built-in MCP server.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"sephera": {
"command": "cargo",
"args": [
"run",
"--",
"Sephera"
]
}
}
}
Run in terminal:
claude mcp add sephera cargo run -- Sephera
Add to .cursor/mcp.json:
{
"mcpServers": {
"sephera": {
"command": "cargo",
"args": [
"run",
"--",
"Sephera"
]
}
}
}
Topics
clicommand-line-toolcontext-engineeringdeveloper-toolsllmllm-agentsmcpmodel-context-protocolrusttree-sitter