Explore Projects

4 analyzed repos ready for contributors.

mksglu/context-mode

204,915
JavaScript

Context Mode is an MCP server that acts as a sandboxed execution and indexing layer between AI coding assistants (Claude Code, Gemini CLI, VS Code Copilot, etc.) and their context windows. It inter...

Collab
8
Activity
7
medium barriermcp-servermcp-clientmemory-layercli-tooldev-toolingai-agentclaude-code-helper

people interested in building protocol-level infrastructure for AI coding assistants — specifically context management, sandboxed code execution, and session continuity across LLM conversation compaction

agulaya24/baselayer

13
Python

Base Layer is a CLI tool and MCP server that processes personal text corpora (ChatGPT exports, journals, books) through a 4-step LLM pipeline (extract facts → author identity layers → compose brief...

Collab
3
Activity
3
high barriermcp-servermcp-clientmemory-layercli-toolai-agentapi-wrapper

people interested in personal AI memory systems, behavioral modeling from text corpora, or LLM-as-judge evaluation frameworks — specifically the problem of compressing identity signal from unstructured personal data into dense, injectable context

kunal12203/codex-cli-compact

110
Python

Dual-Graph (codex-cli-compact) is a context pre-loading layer for Claude Code and Codex CLI that scans your codebase into a semantic graph, then automatically injects the most relevant files into e...

Collab
2
Activity
4
high barriermcp-servermcp-clientmemory-layercli-tooldev-toolingclaude-code-helperai-agent

Great for people interested in building semantic context retrieval systems for AI coding assistants — specifically the problem of efficiently mapping codebases into graphs and deciding what to pre-load into LLM prompts to minimize token burn.