Typst MCP Server
Typst MCP Server is an MCP (Model Context Protocol) implementation that helps AI models interact with Typst, a markup-based typesetting system. The server…
Directory
Typst MCP Server is an MCP (Model Context Protocol) implementation that helps AI models interact with Typst, a markup-based typesetting system. The server…
Fast TUI that orchestrates AI coding tools (Claude Code, Codex, Gemini) in a plan→execute→review loop. Breaks work into atomic tasks for easier verification…
An MCP server that provides LLMs access to other LLMs
An MCP server to communicated with, use, and wrap the API for the OpenAI Codex CLI tool.
Recursive Language Models for Claude Code - Infinite memory solution inspired by MIT CSAIL paper
Provides advanced file system access and code analysis capabilities, enabling efficient reading, searching, and analysis of large codebases for automated…
An intelligent code memory system that leverages vector embeddings, structured databases, and knowledge graphs to store, retrieve, and analyze code patterns…
Enables automated code reviews through multiple LLM providers by analyzing repository structures and evaluating code for security, performance, quality, and…
Enables semantic code search and understanding by cloning git repositories, splitting code into semantic chunks, and generating embeddings for natural language…
[DOC] Some experimentations with ChatGPT and IGNF APIs (french)
anyrun is a Docker sandbox execution engine for AI Agents. It provides secure, isolated code execution with full observability — automatically collecting…
TACIT (Tracked Agent Capabilities In Types) is a safety harness for AI agents. Instead of calling tools directly, agents write code in Scala 3 with capture…
Claude-Code-MCP is a curated collection of MCP (Model Context Protocol) servers specifically chosen for use with Claude AI. It aggregates servers from GitHub…
Share context, detect file conflicts, and send messages across parallel Claude Code sessions
Multi-agent shared brain across Claude Code/Desktop, Codex, Antigravity CLI (agy), Gemini, Copilot, and VS Code. One local SQLite store for threads, notes…
Tentra gives your AI coding agent memory. The code-graph indexer walks your repository with Tree-sitter locally, extracts symbols and call edges, and stores…
Integrates with VS Code's debugging capabilities to enable interactive code debugging and expression evaluation.
Built for Cursor, integrates screenshot capture, web page structure analysis, and code review capabilities for automated UI testing, web scraping, and code…
The semantic layer for software engineering: Connect code to meaning, build on understanding
Enhances coding capabilities by providing context-aware suggestions and documentation integration through code analysis, technology detection, and intelligent…
Streamlines code collection and documentation by gathering files into a single markdown document with features like syntax highlighting and table of contents…
Local-first, audit-safe memory for Claude Code and MCP clients.
Integrates with Cursor IDE to provide real-time code review capabilities, leveraging GPT models for intelligent analysis and specific improvement suggestions.
# py-poetry A template that has python configured for vs code with poetry. ## Running the Agent To run the agent, use the following command: ```sh python…