Open Kioku is a local repository intelligence tool for AI coding agents. It indexes codebases locally to provide context, generate bounded edit plans, and verify actual diffs against those plans.
Open source. Open possibilities.
Discover quality open-source projects, submit projects anonymously, and claim and edit your own project.
A little curiosity. A world of open source.
THE FIRST COLLECTIONjarvis (jarvis-mcp) is a local-first code intelligence MCP server for coding agents: it precomputes SCIP navigation, a Tree-sitter declaration baseline, Zoekt lexical search and optional semantic vectors, then serves nine read-only tools over stdio, keeping all data in a local directory.
MCP server and CLI tool that gives coding agents a structural map of codebases across 20+ languages using tree-sitter, reducing token usage by up to 75% compared to grep-based exploration.
An interactive TUI CLI for searching GitHub code across an organization, with per-repository result aggregation, keyboard/mouse navigation, fine-grained extract selection, and Markdown/JSON output.
Graphify is a CLI skill that maps a codebase into a queryable knowledge graph for AI coding assistants. It uses tree-sitter for local deterministic code parsing, no embeddings, and outputs graph.html, GRAPH_REPORT.md, and graph.json.