loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

dev-mcp-server

MCP Tool

AnandPilania/dev-mcp-server

AI that understands YOUR codebase

Install

$ npx loaditout add AnandPilania/dev-mcp-server

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "dev-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "dev-mcp-server"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

🧠 Dev MCP Server — Model Context Platform

> AI that understands your codebase, not just the internet.

Inspired by *"How I Built an MCP Server That Made Developers Faster and Work Easier"* — a full implementation of the Model Context Platform concept: instead of generic AI answers, every response is grounded in your actual code, error logs, API behavior, and bug history.

---

The Problem It Solves

Every team has this invisible tax:

  • Debugging code you didn't write, with zero context
  • Explaining things that are already written *somewhere*
  • Digging through 10 files to understand one API
  • Answering the same question for the third time this week

The root cause isn't bad code. It's a context problem — knowledge scattered across services, logs, configs, and people's heads.

---

What It Does

Before answering any question, the AI looks up your actual system. It knows:

  • Your data models and DTOs
  • Your naming conventions and code patterns
  • Your most common bugs and how you fixed them
  • Your API behaviour — including weird edge cases
  • How your modules connect to each other

---

The 3 Core Queries

| Query | Endpoint | Example | | ------------------------------------ | ------------------------ | ---------------------------------------------------- | | šŸ› Why is this failing? | POST /api/query/debug | "Why is ClassCastException thrown in UserService?" | | šŸ” Where is this used? | POST /api/query/usage | "Where is getUserById called?" | | šŸ’„ If I change this, what breaks? | POST /api/query/impact | "If I change the User model, what breaks?" |

---

Quick Start
Option A — via npx (no install required)
# In your project root (where your .env lives):
npx dev-mcp-server ingest ./src
npx dev-mcp-server query "Why is getUserById throwing?"
npx dev-mcp-server que

Tags

aianthropiccodebasedevdev-mcp-servermcpollama

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated16 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit4/2/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/AnandPilania/dev-mcp-server)](https://loaditout.ai/skills/AnandPilania/dev-mcp-server)