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. 💻 Developer Tools
  3. Ovecc
Ovecc logo
Health: ActiveRecent health check succeeded.Last checked 9/22/2026, 9:31:15 PM

Ovecc

User RatingsBe the first to rate and review this MCP server!
View Repository3 GitHub StarsTotal stargazers on GitHub for the source repository (3 stars).Visit Website
developer-toolsarchitecturecode-analysisci

Indexes codebases to analyze architecture, dependencies, security, dead code, and CI violations through CLI or 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.

Add to CursorAdd to VS Code
We couldn’t automatically confirm this listing starts correctly

We ran the install command below but it didn't respond within our test window — this can mean a slow first-time install rather than a real problem.

npx -y ovecc

No response to initialize.

This is an experimental automated check and can have false negatives — missing environment variables, a slow cold install, etc. It doesn’t necessarily mean something’s wrong. Last checked 4d ago.

Manual Client & Custom JSON ConfigExpand JSON â–¾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "ovecc": {
      "command": "npx",
      "args": [
        "-y",
        "ovecc"
      ]
    }
  }
}

💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives💻 More in Developer Tools

Overview

Codebase architecture analysis is exposed by the ovecc MCP server through a local stdio interface for coding agents. Ovecc indexes repositories into a persistent model of files, imports, symbols, and calls, then provides deterministic commands for impact analysis, architecture checks, security findings, and code health. Reach for it when an agent needs structured repository analysis without reading the entire codebase or using an LLM in the analysis loop.

Use cases

•Inspect a file's architectural impact before editing it
•Gate pull requests on new dependency cycles or violations
•Find dead code, duplicate code, and excessive complexity
•Review security findings and offline dependency vulnerabilities
•Track architecture metrics and hotspots across index runs

Key features

•Persistent repository index of files, imports, symbols, and calls
•MCP access to the CLI command surface over stdio
•Architecture contracts with dependency and complexity rules
•Impact, cycle, coupling, and hotspot analysis
•Security, audit, dead-code, duplicate-code, and health checks
•Text, JSON, NDJSON, Markdown, SARIF, and Code Climate output

Capabilities & Tool Schemas

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

Extracted Tool Capabilities
Persistent repository index of files, imports, symbols, and calls
MCP access to the CLI command surface over stdio
Architecture contracts with dependency and complexity rules
Impact, cycle, coupling, and hotspot analysis
Security, audit, dead-code, duplicate-code, and health checks
Text, JSON, NDJSON, Markdown, SARIF, and Code Climate output

How Ovecc works

What ovecc MCP server does

The ovecc MCP server exposes ovecc's CLI commands as agent tools over MCP. It is intended for repository-aware coding workflows where an agent needs to inspect architecture, assess a proposed change, or identify code-quality and security findings. The server works from an index of the repository rather than asking an agent to read every file directly.

Ovecc belongs in the 💻 Developer Tools category and is useful when architecture rules need to be checked consistently by a coding agent, a local developer, or CI. It can report dependency cycles, coupling, impact, dead code, duplicated code, complexity, security patterns, dependency vulnerabilities, hotspots, and architectural contract violations.

How it works

Run ovecc index . to parse and resolve the repository, then persist its model in .ovecc/. The ovecc MCP server can expose the resulting command surface to an agent through standard input and output with ovecc mcp. Analysis is deterministic, runs offline, and does not place an LLM in the analysis loop. DuckDB is bundled with the binary, so no separate database runtime is required.

The indexed model includes files, imports, symbols, and calls. Commands can return text, JSON, NDJSON, or Markdown; SARIF and Code Climate formats are also available for supported reporting workflows. Stable exit codes support CI automation.

Setup and configuration

Install with npx ovecc index ., or install globally with npm i -g ovecc to keep the executable on the system path. Prebuilt binaries are available for Linux x86_64 and aarch64, Windows x86_64, and macOS arm64. The project can also be built from source with stable Rust.

A typical MCP setup first indexes the repository, then starts ovecc mcp from the repository context so an agent can use the indexed commands. No environment variables are documented as required. The macOS browser-downloaded binary may need its quarantine attribute removed; binaries run through npm or curl do not receive that flag.

Architecture rules are stored in .ovecc/architecture.toml. architecture init can draft a contract from the current import graph, while architecture suggest recognizes patterns including Feature-Sliced, bulletproof-react, Clean/Hexagonal, and Nx workspaces. The contract can define component paths, allowed dependencies, slice isolation, denied capabilities, and cyclomatic-complexity limits.

Tools and capabilities

The ovecc MCP server can provide the command set used for:

  • Finding change impact and architectural cycles.
  • Reviewing a file with findings and suggested fixes.
  • Diagnosing named architectural smells with evidence and remediation guidance.
  • Checking architecture contracts and gating new violations in CI.
  • Inspecting coupling, components, metrics, hotspots, and history.
  • Detecting secrets, insecure patterns, weak cryptography, tainted flows, and offline OSV dependency vulnerabilities.
  • Finding duplicate code, unused exports, unreachable files, and over-complex functions.
  • Exporting a self-contained HTML dependency-graph viewer.

fix can apply supported mechanical fixes and defaults to a dry run. review identifies named defects introduced by a change, while report produces a one-shot architecture report in Markdown or JSON.

Limitations and notes

The supplied material does not identify specific MCP client applications, so client compatibility should be verified in the target agent. Ovecc is CLI-first and requires an index before most repository analysis is useful. Its architecture checks evaluate the rules written in .ovecc/architecture.toml; they do not create an intended architecture automatically unless an initialization or suggestion command is used. The macOS release binary is unsigned and may be quarantined by Gatekeeper when downloaded through a browser.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Developer Tools View all alternatives
  • Openapi MCP Server logoOpenapi MCP Server

    Connect any HTTP/REST API server using an Open API spec (v3)

    💻 Developer Tools3 views
    Compare vs Openapi MCP Server →
  • Eval View logoEval View

    Regression testing framework for AI agents. Save golden baselines, detect behavioral drift, and block regressions in CI. Works with LangGraph, CrewAI, OpenAI, Claude, and any HTTP API.

    💻 Developer Tools3 views
    Compare vs Eval View →
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    💻 Developer Tools8 views
    Compare vs Claude Task Master →
  • MCP Server Docker logoMCP Server Docker

    Integrate with Docker to manage containers, images, volumes, and networks.

    💻 Developer Tools3 views
    Compare vs MCP Server Docker →

Adoption & maintenance

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

GitHub stars
3
Stargazers on the source repository.
Last commit
20d ago
Most recent push to the default branch.
Install check
Inconclusive
Didn't respond in our test window — often a slow first install.
Directory activity
2 installs · 1 upvotes
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 Ovecc

Install the CLI with `npx ovecc index .` or `npm i -g ovecc`, index the repository, and run `ovecc mcp` to expose commands over stdio.

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 PreviewOvecc AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/ovecc?style=directory)](https://allmcps.com/mcp/ovecc)
HTML Embed
<a href="https://allmcps.com/mcp/ovecc"><img src="https://allmcps.com/api/badge/ovecc?style=directory" alt="Ovecc on AllMCPs" /></a>

Technical Specs & Signals

Category💻Developer Tools
PricingFree
More technical detailsExpand â–¾
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseMPL-2.0
Last updatedSep 21, 2026
11/13 checks healthy over the last 46d
Views2
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs2
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars3
GitHub Star CountTotal stargazers on GitHub representing community popularity (3 stars).
Last commit20d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 5, 2026
44Quality signal: Fair · 44/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 & tools17/30
Adoption & activity5/15
Community engagement1/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 6d ago via OSV.dev · ovecc (npm)

★ FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 10,000+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

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 💻 Developer Tools →Best MCP servers for Developers →Alternatives to Ovecc →Install in Claude DesktopInstall in CursorInstall in VS CodeSetup guides for all 13 MCP clients