Jinni is a tool to efficiently provide Large Language Models the context of your projects. It gives a consolidated view of relevant project files
If you want an AI assistant working directly with Jinni, the jinni mcp server is the bridge. Jinni is a tool to efficiently provide Large Language Models the context of your projects. It gives a consolidated view of relevant project files, overcoming the limitations and inefficiencies of reading files one by one. Each file's content is preceded by a simple header indicating its path:.
Jinni is a tool to efficiently provide Large Language Models the context of your projects. It gives a consolidated view of relevant project files, overcoming the limitations and inefficiencies of reading files one by one. Each file's content is preceded by a simple header indicating its path:
Once connected, the assistant can call these 2 tools directly:
Invocation — ** The model can invoke the usage tool (no arguments needed)Output — ** Returns the content of the README.md file as a stringThe server is distributed via PyPI as jinni-server, so most clients can run it without a manual build step. Add it to your MCP client's configuration and restart the client to pick it up — the copy-paste configs for Claude Desktop, Claude Code and Cursor are on this page.
File and storage servers are what separate an assistant that talks about your documents from one that actually works with them. Jinni sits in that group, and the shape of its toolset — Invocation, Output — tells you what it is really for. Worth comparing against the other file systems servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| Invocation | ** The model can invoke the usage tool (no arguments needed). |
| Output | ** Returns the content of the README.md file as a string. |
{
"mcpServers": {
"jinni": {
"command": "uvx",
"args": ["jinni-server"]
}
}
}Configuration as documented by the project. Restart the client after saving.
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.