Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • State of MCP (stats)
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 💰 Finance & Fintech
  3. CogniRepo
CogniRepo logo
Health: ActiveRecent health check succeeded.Last checked 9/23/2026, 3:31:23 AM

CogniRepo

User RatingsBe the first to rate and review this MCP server!
View Repository14 GitHub StarsTotal stargazers on GitHub for the source repository (14 stars).Visit Website
code-searchdeveloper-toolscode-intelligencememoryoffline

Offline codebase indexing and persistent project memory for AI coding tools through MCP.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

One-click editor setup isn’t available for this listing yet — we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.

Manual Client & Custom JSON ConfigExpand JSON â–¾
No confirmed setup config for this listing yet. We only publish a config block when the install details come from the project itself — its README, its docs, or a verified owner. We haven’t found those for CogniRepo, and we’d rather show nothing than a guess you’d paste into your client. Follow the project’s own setup instructions for the current steps.
Install Directory Badge Claim listing Alternatives💰 More in Finance & Fintech

Overview

CogniRepo MCP server indexes a codebase into searchable symbols, AST data, call relationships, embeddings, and project memory. It runs locally and provides MCP tools for semantic retrieval, symbol lookup, session history, error tracking, decisions, and architectural context. No API key is needed for indexing or MCP tools; optional provider keys are only used by the separate ask command. Reach for it on medium or large repositories when persistent context across AI sessions matters more than one-shot file retrieval.

Use cases

•Index large Python repositories for AI-assisted code navigation
•Retrieve architectural notes and past decisions across sessions
•Share project context between Claude, Gemini, and Cursor workflows
•Track recurring errors and prevention hints
•Query call relationships, imports, and inheritance chains

Key features

•AST-based symbol lookup
•FAISS and BM25 retrieval
•Persistent session and episodic memory
•Knowledge graph for code relationships
•Local architectural summaries
•Cross-agent context handoff

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by CogniRepo.

Extracted Tool Capabilities
AST-based symbol lookup
FAISS and BM25 retrieval
Persistent session and episodic memory
Knowledge graph for code relationships
Local architectural summaries
Cross-agent context handoff

How CogniRepo works

What CogniRepo MCP server does

CogniRepo MCP server gives AI coding tools a persistent local context layer for software repositories. It combines several representations of a codebase: an AST-based symbol index, a NetworkX knowledge graph, FAISS vector search, BM25 retrieval, episodic events, and stored conversation context. These stores support both code navigation and project memory rather than only returning matching files.

The system can retain architecture notes, decisions, errors and prevention hints, user preferences, and previous session exchanges. It also builds a local summary hierarchy from files to directories to the repository and makes those summaries available for semantic search. Shared state lets different connected AI tools use the same accumulated project knowledge.

How it works

Initialize a repository, create its local CogniRepo data, and run an index before connecting MCP clients. The index records symbols, imports, inheritance, calls, files, and concepts. Symbol lookup uses the reverse index for fast file-and-line results, while semantic and lexical searches retrieve broader context. A background watcher can keep the index updated after the initial scan.

The architecture is local and CPU-oriented by default. Embeddings use fastembed and ONNX without requiring PyTorch or CUDA. Architectural summaries are generated from the local AST index, so that operation does not require an external model API. The project also describes an optional orchestration path that classifies query complexity, assembles context, and routes requests to models such as Claude or Gemini Flash; provider credentials are relevant to that workflow, not to indexing or the MCP tools themselves.

Setup and configuration

Python 3.11 or newer is required. The recommended installation is:

bash
pipx install cognirepo

A virtual environment installation is also documented with pip install cognirepo. Run cognirepo setup for onboarding, including initialization, indexing, and automatic MCP configuration for supported local clients. For manual setup, use cognirepo init --no-index, then cognirepo index-repo .. The --daemon option starts a background watcher during indexing.

Use cognirepo status to inspect symbol and graph counts, and cognirepo doctor for a health check. Optional provider keys include ANTHROPIC_API_KEY, GEMINI_API_KEY, OPENAI_API_KEY, and GROK_API_KEY; they are needed only for cognirepo ask. No credentials are required for repository indexing, memory features, or MCP access.

Tools and capabilities

The MCP interface covers capabilities including:

  • Fast symbol-to-file-and-line lookup
  • Semantic retrieval over code, summaries, notes, and decisions
  • Graph queries for imports, inheritance, calls, and repository relationships
  • Persistent session and episodic event storage
  • Error recording with prevention guidance
  • User behavior profile retrieval
  • Architectural decision recording
  • Cross-tool context handoff through shared local state

CogniRepo MCP server is most appropriate for repositories around 15,000 lines of code or larger. On smaller projects, native file reads may be faster because the MCP schema itself adds context overhead.

Limitations and notes

Results are strongest on Python projects with relatively clear static structure. Dynamic dispatch, plugin registries, deep asynchronous patterns, Ansible variable precedence, and incomplete Go grammar support can reduce retrieval confidence. The project states that it reports uncertainty instead of fabricating call chains.

The reported token savings and lookup timings come from the project's benchmarks and vary by repository and task. Complex dynamic codebases show smaller gains than straightforward Python repositories. CogniRepo MCP server is offline for indexing and MCP operations, but optional model-based commands can require a user's provider API key. The repository is released under the MIT license.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Finance & Fintech View all alternatives
  • MCP Memory Graph logoMCP Memory Graph

    Local-first memory for Claude Code and any MCP client: hybrid search + knowledge graph, $0/token.

    💰 Finance & Fintech4 views
    Compare vs MCP Memory Graph →
  • Mcptoon logoMcptoon
    Verified

    Every Agent discovers all your MCP tools from one install; major token savings via TOON output.

    💰 Finance & Fintech9 views
    Compare vs Mcptoon →
  • Llm Token Tracker logoLlm Token Tracker

    Token usage tracker for OpenAI and Claude APIs with MCP support, real-time session tracking, and accurate pricing for 2025 models

    💰 Finance & Fintech3 views
    Compare vs Llm Token Tracker →
  • Flox MCP logoFlox MCP

    MCP server for the FLOX trading systems framework. 30 tools to run backtests, scaffold strategies, validate for lookahead bias, place orders, query PnL via Claude/Cursor. C++23 core with Python/Node/Codon/QuickJS strategy bindings. Same code from backtest to live (CcxtBroker or native connectors). Install: pip install flox-mcp.

    💰 Finance & Fintech4 views
    Compare vs Flox MCP →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
14
Stargazers on the source repository.
Last commit
5d ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about CogniRepo

Install the PyPI package with `pipx install cognirepo`, or install it inside a virtual environment with `pip install cognirepo`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewCogniRepo AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/cognirepo?style=directory)](https://allmcps.com/mcp/cognirepo)
HTML Embed
<a href="https://allmcps.com/mcp/cognirepo"><img src="https://allmcps.com/api/badge/cognirepo?style=directory" alt="CogniRepo on AllMCPs" /></a>

Technical Specs & Signals

Category💰Finance & Fintech
PricingFree
More technical detailsExpand â–¾
AuthNo auth required
LicenseMIT
ClientsCursor
Last updatedSep 19, 2026
6/7 checks healthy over the last 46d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars14
GitHub Star CountTotal stargazers on GitHub representing community popularity (14 stars).
Last commit5d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 19, 2026
39Quality signal: Fair · 39/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools13/30
Adoption & activity6/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 8/24/2026 via OSV.dev

★ FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 💰 Finance & Fintech →Best MCP servers for Finance & Fintech →Alternatives to CogniRepo →Install in Claude DesktopInstall in CursorInstall in VS CodeSetup guides for all 13 MCP clients