MCPFast / Tools / Frigg: Fast local code intelligence for AI agents

GitHubTool★★★★☆

Frigg: Fast local code intelligence for AI agents

Frigg uses AST Treesitter, SCIP, and semantic search for fast local code intelligence for AI agents.

View on GitHub

Frigg: Fast Local Code Intelligence for AI Agents

Frigg is a powerful tool designed to provide AI agents with rapid, local code intelligence. By leveraging advanced parsing and indexing techniques, Frigg enables AI developers to integrate sophisticated code understanding capabilities directly into their agent workflows without relying on external, potentially slower, services. This allows for more efficient development cycles and more responsive AI agent behavior when interacting with codebases.

What Frigg Does

Frigg processes codebases to create a rich, semantic index. This index allows AI agents to quickly query and understand code structure, relationships, and meaning. It goes beyond simple text matching by analyzing Abstract Syntax Trees (ASTs) and utilizing SCIP (Symbolic Cross-referencing and Information Processing) to build a comprehensive understanding of the code. This semantic understanding is crucial for AI agents that need to perform tasks like code generation, refactoring, bug detection, and intelligent code navigation.

Key Features

Who Frigg is For

Frigg is an essential tool for AI developers building intelligent agents that interact with code. This includes: