aidemd-mcp/server
Related Servers
Alternatives to aidemd-mcp/server
- AlicenseNot gradedqualityNot gradedmaintenanceThis is a connector to allow Claude Desktop (or any MCP client) to read and search any directory containing Markdown notes (such as an Obsidian vault).685 npm1,352AGPL 3.0
Related Servers
- AlicenseNot gradedqualityDmaintenanceProvides AI-powered architecture analysis and visualization of codebases, exposing 17 MCP tools for querying components, dependencies, and generating interactive diagrams.01MIT
- AlicenseNot gradedqualityDmaintenanceEnables spec-driven development workflows with AI assistants, providing tools for managing specification lifecycles, task dependencies, code navigation, testing, and automated reviews through a unified CLI and MCP interface.4MIT
- AlicenseAqualityAmaintenanceEnables AI coding assistants to understand codebase architecture in real time by parsing source code into a relationship graph and exposing call chains, dependencies, class hierarchies, and conventions via MCP tools.144MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to locally search, query, and understand codebases with token-efficient context, dependency graphs, history, architecture diagrams, and metrics through MCP.9 npm3MIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server that gives AI coding agents structured access to a project's architecture, rules, modules, and technical decisions.MIT

NEAT MCP Serverofficial
AlicenseNot gradedqualityAmaintenanceProvides AI agents with a live architecture model of a codebase, enabling queries for root cause analysis, blast radius, and dependency traversal through MCP tools.156 npm18Apache 2.0
TDQS
Scored across 9 tools
Most tools have distinct purposes (discover, read, scaffold, validate, upgrade, info, brain, init, inspect), but 'aide_info' and 'aide_brain' both deal with brain state and could be confused—one is boot-time, the other mid-task. 'aide_upgrade' and 'aide_init' overlap in writing infrastructure files but target different phases.
All tools use the consistent prefix 'aide_' followed by a verb, creating a clear pattern. However, verbs vary between nouns (info, brain) and actions (discover, read, scaffold, validate, upgrade, init, inspect), and 'aide_info' and 'aide_brain' are not verb-like, breaking the otherwise clean verb_noun pattern.
9 tools is within a reasonable range for a methodology server, covering the full lifecycle from discovery to validation to upgrade. It's slightly above the minimal 3-15 sweet spot but justified by the domain's complexity, though some simpler servers might not need all these tools.
The tool surface covers the complete spec workflow: discover, read, scaffold, validate, and also includes lifecycle management (init, upgrade, info) and an on-demand brain entry point. There are no obvious dead ends—each tool either feeds into another or handles a distinct lifecycle stage, ensuring agents can execute full workflows.