Back to directory
docnr/repo-analyzer-mcp

docnr/repo-analyzer-mcp

@DocNR

A Model Context Protocol (MCP) server for analyzing code repositories with special tools for the Nostr protocol and NDK.

code-analysisrepositorynostrndkgitmcptypescripttool

Installation & Configuration

{
  "mcpServers": {
    "repo-analyzer": {
      "command": "node",
      "args": [
        "/path/to/repo-analyzer-mcp/dist/index.js"
      ],
      "env": {
        "NODE_ENV": "production",
        "DEFAULT_REPO_PATH": "/path/to/default/repository"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/17
Updated
2026/6/17