MCPHub

0 serversUpdated Sep 11, 2026

TasksCollectionsPlaygroundSubmit
MCPHub

Catalog

  • Servers
  • Browse A–Z
  • Trending
  • Categories
  • Tasks
  • Collections
  • Playground
  • Submit
  • For agents

Company

  • About

Shout out

  • Formatly
  • Hirime

Searchable catalog of Model Context Protocol servers. Find tools that connect your AI assistant to the services and data you use.

PrivacyTerms

© 2026 MCPHub

  1. Servers
  2. /Architecture & Design
  3. /builditwithgk/repo-cartographer
Architecture & DesignCommunityTypeScript
B

builditwithgk/repo-cartographer

Turn any repo into an architecture diagram: deterministic extraction (file tree, JS/TS + Python import graph, frameworks, entry points) that the connected model refines into Mermaid or Graphviz DOT. Doubles as a CLI + GitHub Action enforcing architecture rules (forbidden imports, dependency cycles) with baselines in CI. Install via NPM: npx -y repo-cartographer

0 starsUpdated Sep 11, 2026
Add to CursorView on GitHub

Ads

Overview

Point your LLM at a folder and get back an architecture map: languages, frameworks, entry points, modules, and an import graph — rendered as a Mermaid diagram you can drop into a PR, a doc, or an onboarding guide.

Installation

npx -y repo-cartographer

Configuration

{
  "mcpServers": {
    "repo-cartographer": {
      "command": "npx",
      "args": [
        "-y",
        "io.github.builditwithgk/repo-cartographer"
      ]
    }
  }
}
Add to Cursor

Paste into ~/.cursor/mcp.json or .cursor/mcp.json

Tags

  • design
  • local
  • typescript
  • awesome-list

Related MCP servers

official
S

Architecture & Design

SVGator MCP

The MCP server connects your AI assistant straight to SVGator, the online SVG animation tool. From there, your assistant can work inside your projects to browse, inspect, edit, create, and export them for you, handling everything from a simple “edit colors according to this brand kit” to a complete “build me an animated logo reveal and export it as a CSS-only file.” - Endpoint: https://mcp.svgator.com/mcp - Protocol: Model Context Protocol over Streamable HTTP - Authentication: OAuth 2.1 (sign in with your SVGator account — see Getting started)

6 tools · create_project, edit_part

42w ago
official
C

Architecture & Design

Compeller

The Compeller MCP endpoint implements the Model Context Protocol as a thin JSON-RPC 2.0 wrapper over the existing v1 REST API. It is intended for agent integrators (Claude Desktop, Cursor, custom MCP clients, DigiRAMP) that speak MCP natively rather than raw HTTP. - Transport: Streamable HTTP (single JSON-RPC message per HTTP POST). - URL: POST https://compeller.ai/api/mcp - Protocol version: 2024-11-05 - Server name / version: compeller-mcp / see initialize result. - Tool contract: The tool list below is the public integration contract. Use tools/list for the runtime-advertised set on the deployed server. - Directory listings: Official MCP Registry · Smithery · Glama

6 tools · get_account_credits, get_compel

02w ago
official
R

Architecture & Design

Rive MCP

> Note > > MCP integration is currently available only in the desktop Editor for Windows and macOS. You can connect the Rive Editor to AI tools through MCP (Model Context Protocol). The first set of tools are designed to let AI handle repetitive tasks, like creating complex View Models, State Machines with hundreds of states/layers, Layouts, Shapes, and more. Create and manage Rive files — add, rename, resize, arrange, and focus artboards. Inspect and edit the scene — query hierarchies, select objects, update properties, rename, duplicate, reorder, reparent, or delete elements. Build designs — create shapes, paths, layouts, component instances, component lists, and asset-based elements. Create animation and interaction — edit linear animations, state machines, states, transitions, conditions, keyframes, and interpolation. Work with data binding — create view models, properties, instances, bindings, and custom property groups. Edit scripts and shaders — manage Luau scripts and WGSL shad

6 tools · Build designs, Create and manage Rive files

02w ago
official
I

Architecture & Design

Inkrun MCP

Inkrun turns Markdown into consistently themed PDFs. Reach the render pipeline two ways — a REST API, or an MCP server your agent calls directly — plus a dashboard for authoring templates and themes. Add Inkrun as a custom connector in Claude Desktop over OAuth — no API key. ](https://inkrun.dev/docs/mcp/claude-desktop)[ Add Inkrun as a custom connector on claude.ai over OAuth — no API key. ](https://inkrun.dev/docs/mcp/claude-ai)[ Connect any other MCP client — over OAuth, or with an API key sent as a header.

5 tools · Extract structured data, Extract tables from PDFs

02w ago
official
L

Architecture & Design

Lottie Creator MCP

The Lottie Creator MCP brings your AI assistant directly into your animation workflow — giving it full access to LottieFiles Creator so it can build and edit Lottie animations on your behalf through natural language. You can check out the installation further down. MCP servers are part of a standardized interface for AI agents to interact with data sources using the Model Context Protocol. The Lottie Creator MCP connects AI assistants like Claude, Cursor, and Windsurf to the Creator API through a local bridge — meaning your AI gets the same full access to Creator that you do.

5 tools · Analyze for accessibility and brand, Batch generate animation variants

02w ago
official
P

Architecture & Design

Picsart GenAI MCP

The Picsart MCP server exposes the full model catalog as Model Context Protocol tools. Connect it to any MCP-compatible agent and that agent can generate image, video, and audio across 178 models using natural language or structured tool calls. New to MCP? Start with What is MCP? first. 1. Install the gen-ai CLI — see Installation. 2. Run gen-ai login once (opens your browser for OAuth). That is all. The MCP server (gen-ai-mcp) ships with the CLI and uses the same credentials. > "Generate a product image on a white background using Flux 2 Pro, 4:3 aspect ratio."

5 tools · picsart_drive, picsart_generate

02w ago
official
E

Architecture & Design

Eagle MCP

Eagle MCP Server is a local Model Context Protocol bridge that lets AI assistants (e.g. Cursor, Claude) access your Eagle media library so you can tag, categorize, search, and batch-organize assets with natural language.

02mo ago
official
B

Architecture & Design

Blender MCP

A lightweight MCP (Model Context Protocol) server for Blender. It offers a natural language interface with Blender’s Python API, improving access to documentation, and allowing users to explore and understand complex setups. For technical details and documentation about the architecture check the source code. > [!warning] Warning > Security Warning > The MCP server will execute LLM generated code in Blender without any guards in place to protect your data from removal or being sent to a remote location. To keep your data safe it is recommended to use a virtual machine, or a system without access to sensitive information.

5 tools · Data-block renaming, Geometry Nodes documentation

02w ago