Mif
БесплатноНе проверенMCP server for the MIF (Modeled Information Format) ecosystem
Описание
MCP server for the MIF (Modeled Information Format) ecosystem
README
CI Rust Version License Clippy cargo-deny Security: gitleaks Dependabot
Rust implementation of the MIF (Modeled Information Format) specification.
Crates
| Crate | Kind | Purpose |
|---|---|---|
| mif-core | library | Shared types: OntologyReference, EntityReference, EntityData, ConceptType |
| mif-schema | library | JSON Schema validation of MIF documents, citations, and ontology definitions |
| mif-ontology | library | Three-tier ontology extends chain resolution |
| mif-problem | library | RFC 9457 Problem Details error envelopes |
| mif-frontmatter | library | Markdown frontmatter <-> JSON-LD lossless round-trip |
| mif-embed | library | Local sentence-embedding inference |
| mif-store | library | SQLite vector store for document embeddings |
| mif-cli | binary | Command-line interface (validate, ontology resolve, ingest, search, find-similar, corpus-stats) |
| mif-mcp | binary | MCP server exposing the same six operations as tools |
Installation
cargo add mif-core mif-schema mif-ontology mif-problem mif-frontmatter mif-embed mif-store # libraries
cargo install mif-cli mif-mcp # binaries
Quick start
mif-cli validate document.json
mif-cli ontology resolve grazing-plan --ontologies-dir ./ontologies
mif-cli ingest document.md --db-path .mif/vectors.db
let document: serde_json::Value = serde_json::from_str(&contents)?;
mif_schema::validate_document(&document)?;
Development
just is the local task runner. Run just to list all recipes.
Run lefthook install once after cloning to set up local git hooks mirroring
CI (fmt/clippy/test on commit/push).
just check # Full CI check (fmt + clippy + test + doc + deny)
just build # Debug build (workspace)
just test # All tests
Raw cargo equivalents
cargo build --workspace
cargo test --workspace --all-features
cargo clippy --workspace --all-targets --all-features -- -D warnings
cargo fmt --all -- --check
cargo doc --workspace --no-deps --all-features
cargo deny check
CI/CD and releases
CI (pipeline.yml, quality-gates.yml) runs formatting, lint, tests, docs,
supply-chain checks, and the org's SAST/SCA/Scorecard/Trivy gates on every
push and PR. Releases are tag-triggered (release.yml, publish.yml,
package-homebrew.yml) and produce SLSA-attested, multi-platform binaries
for both mif-cli and mif-mcp, plus crates.io publication via Trusted
Publishing. See docs/runbooks/RELEASING.md
for the full procedure and SECURITY.md
for artifact verification commands.
See CLAUDE.md for full development conventions (lint configuration, error
handling, testing).
Contributing
See CONTRIBUTING.md for development setup and coding standards. Please also review CODE_OF_CONDUCT.md, SECURITY.md, and GOVERNANCE.md.
MSRV policy
The Minimum Supported Rust Version (MSRV) is 1.95. Raising the MSRV is a minor breaking change.
License
MIT — see LICENSE.
Установка Mif
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/modeled-information-format/mif-rsFAQ
Mif MCP бесплатный?
Да, Mif MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Mif?
Нет, Mif работает без API-ключей и переменных окружения.
Mif — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Mif в Claude Desktop, Claude Code или Cursor?
Открой Mif на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
автор: duxiaohuiSupabase
Database, auth and storage
автор: SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
Compare Mif with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
