Get started with Code Fundi
Before you begin: Create an account at codefundi.app . New workspaces start on the Free plan. Use the same account for the web app, MCP, extension, and API keys.
Code Fundi is The Codebase Map for AI Agents, Teams and Applications. Wire it into your workflow via the web app, Model Context Protocol (MCP), or the VS Code / Cursor extension, then automate with the HTTP API.
Before you begin
Create an account at codefundi.app . New workspaces start on the Free plan so you can try core flows before upgrading.
Use the web app
- Sign in at codefundi.app .
- Open Search (
/search) to query indexed repos, or Index a GitHub URL to build your first map. - Explore Blast radius (
/blast), Repo documentation (/repo), and tools such as Repo to Markdown .
Product walkthroughs: Search, Index codebase, Blast radius.
Install MCP (agents and editors)
Install the MCP server package and point your client at Code Fundi with an API key:
npx -y @codefundi/code-fundi-mcpSet CODEFUNDI_API_KEY (and optionally CODEFUNDI_BASE_URL) in your MCP client config (Cursor, Claude Desktop, VS Code Copilot MCP, and others). Full provider configs are listed on the product install section .
Install the extension (VS Code / Cursor)
From the marketplace
Install from the marketplace for your editor (same extension id code-fundi.code-fundi):
- Install for VS Code (Microsoft Visual Studio Marketplace)
- Install for Cursor (Cursor OpenVSX marketplace)
Open Extensions
In VS Code or Cursor, open Extensions from the sidebar (Ctrl+Shift+X / Cmd+Shift+X on macOS).
Search and install
Search for Code Fundi, then install the extension published by code-fundi. In Cursor, prefer the Cursor marketplace link above so you install from OpenVSX.
Open Code Fundi
Select the Code Fundi icon in the activity bar to search and work with indexed repositories.
After installation
With an indexed library you can search, run research (search plus grounded AI), inspect blast radius, and export Markdown context for agents. Automate the same flows with the API reference.