#architecture
36 results found
Docker image for the MCP Everything server with SSE transport
Mirror of
Normatia
AI-native platform that automates Spanish building code compliance and technical regulations for the AECO sector
📖 EventCatalog - MCP Server
Mirror of
Aiqbee Brain
AI knowledge graph for architecture, portfolio, and digital strategy management. 25 MCP tools to manage brains, neurons, relationships, neuron types, and access control. OAuth 2.0 authenticated, remote hosted.
MCP Core Library
Contains the business logic and MCP server ports.
MCP Serverless
Serverless implementation of the Model Context Protocol (MCP)
Diagram Guru
Architecture Diagrams Built and Maintained by AI
AI Meta MCP Server
A dynamic MCP server that allows AI to create and execute custom tools through a meta-function architecture
Figcraft - Code-driven SVG Diagram Generator
Code-driven SVG diagram library for TypeScript/Node.js. Generate publication-quality architecture diagrams, flowcharts, and neural network diagrams with just a few lines of code. Features 10 shapes, 11 arrow heads, smart auto-routing with obstacle avoidance, and multi-format export (SVG/PNG/JPG/WebP/PDF). AI agents can generate diagrams through natural language via MCP integration.
LikeC4
LikeC4 MCP Server provides knowledge of your LikeC4 model to LLMs. This enables you to query your model in natural language: - “Lookup LikeC4 model and list all incoming relationships of the backend api” - “What elements from the inside of the ‘Backend’ have relations with the legacy database” - “List all elements tagged ‘legacy’ from team1 project” - “What technologies are used for ui (consider all elements with browser shape)“
🚦 Branch-Thinking MCP Tool
Branch-Thinking MCP Tool A TypeScript-powered MCP server for managing parallel branches of thought, semantic cross-references, and persistent tasks. Features dynamic scoring, AI-generated insights, batch operations, and visual graph navigation for advanced agentic workflows.
Mcp Todo
API de gerenciamento de tarefas via WebSocket com execução modular de comandos e suporte a ferramentas, desenvolvida em TypeScript com banco SQLite. Projetada para integração com agentes de inteligência artificial.
Samurai MCP Super Server
The Next generation MCP toolkit
📖 EventCatalog - MCP Server
MCP server for EventCatalog
protolint
A pluggable linter and fixer to enforce Protocol Buffer style and conventions.
Composer Diagram MCP
Give AI agents a visual architecture canvas — build, read, and modify system design diagrams from Claude Code, Cursor, or any MCP client.
Laguna Pools
AI sales manager for composite swimming pools. Pool recommendation by plot size, budget & climate. Total cost calculator. BIM/CAD files (DWG, RFA, OBJ) for architects. 8 models (2.0–9.4m), dealer network in 175 cities across Russia.
Tentra
Tentra gives your AI coding agent memory. The code-graph indexer walks your repository with Tree-sitter locally, extracts symbols and call edges, and stores them in a persistent queryable graph. On the tentra monorepo we measured 99.4% token reduction (156.8× ratio) across 8 "where is X implemented?" queries — 114,644 tokens via file re-read vs 731 tokens via graph query. Uses the "agent-as-LLM" pattern — the Claude/Cursor/Codex agent you already have does the semantic extraction, so there is zero LLM cost on Tentra's side and no API key setup for end users. Also includes an architecture workspace with 9 MCP tools for diagrams and 14-framework code export.
mimari.ai — Turkey Building Regulations MCP
Turkey Building Regulations & Architectural Standards AI Assistant. 147 regulations, 502 standards, 3300+ articles, 2000+ wiki pages. 7 tools: building code Q&A, architectural standards, TAKS/KAKS calculator, parking requirements, construction cost estimator, building violation penalties, AI design generator.
Archiet Xray
X-ray your software architecture from any AI assistant: manage ArchiMate blueprints, score them against SOC 2, ISO 27001, GDPR, HIPAA and PCI-DSS, and pull generated code artifacts — all over MCP.
//beforeyouship — LLM Cost Modeling From Your Editor
Query realistic LLM cost models without leaving your editor. beforeyouship models the **true monthly cost** of an LLM app architecture — retries, prompt caching, batch discounts, infra overhead, and 3×/10× growth — across GPT-5.x, Claude, Gemini, DeepSeek, and more. Not a token calculator: a planning tool for the design phase, before you commit to a stack. **No API key needed to try it** — demo mode covers the six free-tier models. A Pro key from [beforeyouship.dev](https://beforeyouship.dev) unlocks the full 18-model catalog. ## What you can ask - "How much will a RAG chatbot cost at 10,000 requests/day?" - "Compare Claude Haiku vs Gemini Flash pricing for my workload" - "What's the cheapest model for a multi-step agent at scale?" - "Show me current per-token prices for Anthropic models" ## Tools ### `estimate_cost` Full cost model for an architecture at a given usage level. Returns Naive / Realistic / Worst Case monthly cost per model, 3×/10× growth scenarios, and an opinionated recommendation with reasoning. ### `get_model_prices` Current per-1M-token pricing — input, output, cached input, batch — with context windows and staleness metadata. ### `list_archetypes` Seven preset architecture patterns (simple chatbot, chatbot with history, RAG pipeline, multi-model router, coding assistant, document processor, multi-step agent) used as starting points for estimates. ## Setup **Claude Code:** ```bash claude mcp add --transport http beforeyouship https://beforeyouship.dev/api/mcp ``` **Cursor / other clients** — add a remote server: ```json { "mcpServers": { "beforeyouship": { "type": "streamable-http", "url": "https://beforeyouship.dev/api/mcp" } } } ``` Add an `Authorization: Bearer bys_...` header with a Pro key for the full catalog. ## Try it > Estimate the monthly cost of a RAG pipeline at 10,000 requests/day