Jinni: Bring Your Project Into Context
@smat-dev
关于 Jinni: Bring Your Project Into Context
Bring your project into LLM context - tool and MCP server
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"jinni": {
"command": "uvx",
"args": [
"jinni-server",
"[OPTIONS]"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Jinni: Bring Your Project Into Context?
Jinni is a tool for developers to efficiently provide Large Language Models with a consolidated view of relevant project files. It integrates with AI tools via an MCP (Model Context Protocol) server and offers a command-line utility for manual copy-paste or file output.
How to use Jinni: Bring Your Project Into Context?
Configure your MCP client to run the server via uvx jinni-server, or use the CLI directly with jinni [OPTIONS] [<PATH...>]. The MCP server exposes the read_context tool; the CLI outputs concatenated file contents to stdout or clipboard.
Key features of Jinni: Bring Your Project Into Context
- Efficient consolidation of relevant project files.
- Intelligent filtering using gitignore-style patterns.
- Customizable inclusions via
.contextfiles. - Configurable size limit for large contexts.
- File path headers in output.
- List-only mode for file preview.
Use cases of Jinni: Bring Your Project Into Context
- Integrating with AI coding assistants like Cursor or Claude Desktop.
- Quickly providing project context to an LLM for code generation.
- Focusing LLM attention on specific modules or file patterns.
- Debugging large projects by excluding irrelevant directories.
- Generating a structured text dump for offline LLM analysis.
FAQ from Jinni: Bring Your Project Into Context
What runtime does Jinni require?
Jinni requires uv to run the MCP server via uvx jinni-server. The CLI is also available as jinni and can be run directly.
How does Jinni decide which files to include?
It uses built-in defaults that exclude binaries, dotfiles, and common temp/build directories. It also respects .gitignore rules and allows custom inclusions via .contextfiles
其他 分类下的更多 MCP 服务器
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Codelf
unbugA search tool helps dev to solve the naming things problem.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
评论