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
  • 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. 🤖 Coding Agents
  3. RepoMapper
RepoMapper logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 1:01:23 PM

RepoMapper

User RatingsBe the first to rate and review this MCP server!
Visit Website
developer-toolsrepository-mappingcode-navigation

Builds a dynamic, relevance-ordered map of chat-related repository files, function prototypes, and related files.

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 pdavis68/RepoMapper, 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 Coding Agents

Overview

The pdavis68/RepoMapper MCP server creates a dynamic map of chat-related files in a repository, including function prototypes and related files ranked by relevance. It is also available as a command-line tool. The design is based on the Repo Map functionality in Aider.chat. Reach for it when an agent needs structured repository context focused on files relevant to a chat-related task.

Use cases

•Map chat-related files before investigating a repository
•Inspect function prototypes relevant to a code task
•Rank related files for focused repository context
•Generate repository maps from a command-line workflow

Key features

•Dynamic repository file mapping
•Chat-related file discovery
•Function prototype extraction
•Relevance-ordered related files
•MCP and command-line interfaces

Capabilities & Tool Schemas

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

Extracted Tool Capabilities
Dynamic repository file mapping
Chat-related file discovery
Function prototype extraction
Relevance-ordered related files
MCP and command-line interfaces

How RepoMapper works

What pdavis68/RepoMapper MCP server does

The pdavis68/RepoMapper MCP server analyzes a repository to produce a dynamic map of files associated with chat-related work. Each mapped file is presented with its function prototypes, along with other files considered related. Related files are ordered by relevance, giving an agent a way to focus on the most pertinent parts of a codebase instead of treating every repository file as equally important.

The project also provides a command-line interface. This makes the repository-mapping functionality available outside an MCP client, although the supplied material does not describe the CLI command syntax or its output format.

How it works

The server’s output combines three kinds of repository context:

  • Chat-related files identified from the repository.
  • Function prototypes associated with those files.
  • Related files ranked according to relevance.

The map is described as dynamic, so it is intended to represent repository context for the current codebase rather than a fixed, manually maintained file list. Its behavior is based on the Repo Map functionality in Aider.chat, but the available description does not specify the underlying parsing method, ranking algorithm, supported programming languages, or how “chat-related” files are selected.

For an agent, the resulting map can serve as a compact starting point for locating relevant implementation files and understanding the functions exposed by those files. The material does not state that the server edits files, runs code, manages issues, or connects to external services.

Tools and capabilities

The supported capabilities described for pdavis68/RepoMapper are:

  • Generate a dynamic map of chat-related repository files.
  • Include function prototypes in the map.
  • Identify related files for mapped files.
  • Order related files by relevance.
  • Expose the functionality through MCP.
  • Provide a command-line tool for the same general repository-mapping purpose.

The source description does not name individual MCP tools or provide their input parameters, return schemas, configuration options, or transport details. Those implementation details should be confirmed from the repository before integrating the server into an automated workflow.

Limitations and notes

The README was not available in the supplied material, so installation instructions, required runtime versions, environment variables, authentication requirements, licensing, and supported MCP clients cannot be confirmed here. No specific package name or executable command is provided, so an install command is intentionally omitted.

The description also does not establish whether the map covers an entire repository, only selected paths, or a particular language or file type. It confirms relevance ordering for related files but does not define the ranking criteria. Treat the server as a repository-context and code-navigation utility rather than assuming it provides broader coding-agent operations.

Read the full README →

Related MCP Servers

View all in Coding Agents View all alternatives
  • Codegraphcontext logoCodegraphcontext

    An MCP server that indexes local code into a graph database to provide context to AI assistants with a graphical code visualizations for humans.

    🤖 Coding Agents3 views
    Compare vs Codegraphcontext →
  • Xray logoXray

    Progressive code-intelligence MCP server: map project structure, fuzzy-find symbols, and assess change-impact across Python, JS/TS, and Go (powered by ast-grep).

    🤖 Coding Agents2 views
    Compare vs Xray →
  • Cli MCP Server logoCli MCP Server

    Command line interface with secure execution and customizable security policies

    🤖 Coding Agents3 views
    Compare vs Cli MCP Server →
  • Developer logoDeveloper

    Comprehensive developer tools for file editing, shell command execution, and screen capture capabilities

    🤖 Coding Agents1 views
    Compare vs Developer →

Reviews

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

Frequently Asked Questions about RepoMapper

It creates a dynamic map of chat-related repository files, their function prototypes, and related files ordered by relevance.

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

Technical Specs & Signals

Category🤖Coding Agents
PricingFree
More technical detailsExpand ▾
AuthNo auth required
Last updatedSep 6, 2026
1/8 checks healthy over the last 32d
Views4
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.
43Quality signal: Fair · 43/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 & tools20/30
Adoption & activity1/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.

★ Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your 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 and attach your website — 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 🤖 Coding Agents →Best MCP servers for Coding Agents →Alternatives to RepoMapper →Install in Claude DesktopInstall in CursorInstall in VS Code