Skip to content

OlsonSoftware/ministr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,195 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ministr

Real codebase understanding for AI coding agents.

ministr is a local, MIT-licensed code intelligence MCP server. It gives AI coding agents AST-level understanding of your codebase — semantic search across code and docs, symbol navigation, real reference graphs, and cross-language bridge detection across 40+ languages. It runs locally, embeds locally, and works with any MCP client — Claude Code, Cursor, VS Code / Copilot.

Install

cargo install --git https://github.com/OlsonSoftware/ministr --locked ministr-cli

Requires Rust (rustup picks up the pinned toolchain automatically) and a C toolchain. From a clone: cargo install --path ministr-cli --locked. On Windows, add --features directml for DirectML GPU acceleration.

Use

cd your-project
ministr init

ministr init writes .ministr.toml — corpus paths auto-detected from your project manifests — and the MCP configs for Claude Code, Cursor, and VS Code / Copilot. Indexing happens automatically the first time an agent connects.

Learn more

Documentation — installation, client setup, configuration, tool reference — lives in docs/. Configuration examples in examples/; agent-facing usage notes in AGENTS.md.

CHANGELOG · CONTRIBUTING · SECURITY · STEWARDSHIP

License

The local stack is MIT and builds the complete ministr binary with no cloud or proprietary dependencies. ministr is open-core — see STEWARDSHIP.md for the split and our commitments.

About

Code intelligence MCP server for AI coding agents. AST-level codebase understanding — semantic search, symbol navigation, real reference graphs, and cross-language bridge detection across many languages. Local-first; works with any MCP client (Claude Code, Cursor, Copilot).

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

3 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors