mcp-experto-codebase

expertos-tech/mcp-experto-codebase
★ 0 stars Python 💻 Code/Dev Tools Updated 1d ago
An opinionated filesystem MCP server for automating local projects, designed to reduce token usage, enforce safe file operations, and provide high-level commands for AI agents and CLI workflows.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-experto-codebase": {
      "command": "uvx",
      "args": [
        "mcp-experto-codebase"
      ]
    }
  }
}

Or install with pip: pip install mcp-experto-codebase

README Excerpt

<!-- AGENTS SUMMARY High-level overview of Experto Codebase MCP for human users and AI coding agents. Sessions: - TLDR: Fast project summary for new readers. - OVERVIEW: Public positioning and MCP ecosystem fit. - CORE-CAPABILITIES: Main implemented and planned capability areas. - CURRENT-STATUS: Honest implementation status.