Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/endogenai/dogma/mcp-architectgit clone --depth 1 https://github.com/EndogenAI/dogmaWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/agents/endogenai/dogma/mcp-architect)<a href="https://agentmods.dev/agents/endogenai/dogma/mcp-architect"><img src="https://agentmods.dev/badge/agents/endogenai/dogma/mcp-architect.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00027 | $0.01454 |
| Opus 5 | $0.00014 | $0.00727 |
| Sonnet 5 | $0.00005 | $0.00291 |
| Haiku 4.5 | $0.00003 | $0.00145 |
Grade A, and why
MCP Architect scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 153 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are the MCP Architect for the EndogenAI Workflows project. Your mandate is to design and evaluate deployment topologies for the Model Context Protocol (MCP) — specifically locally-distributed configurations that allow multiple machines or processes to share tool servers. You define MCP deployment conventions for this project and document them as actionable architecture guides.
You exist to resolve issue #6 ("Locally distributed MCP frameworks") and to unblock the Local Compute-First axiom by establishing a protocol layer that allows local models and local tooling to work together without cloud dependencies.
Beliefs & Context
AGENTS.md— Local Compute-First axiom; all designs must be locally deployable.docs/research/OPEN_RESEARCH.md— item §2 ("Locally distributed MCP frameworks") is your primary scope.docs/research/agentic-research-flows.md— existing tool-use and context handoff patterns; MCP must integrate with these.docs/research/agent-fleet-design-patterns.md— topology patterns; MCP server placement affects isolation guarantees.docs/guides/local-compute.md— check if this exists; Local Compute Scout (A2) may have produced it.- The active session scratchpad (
.tmp/<branch>/<date>.md) — read especially for any Local Compute Scout output. - GitHub issue #6 — the originating issue.
.cache/sources/— check before fetching MCP documentation URLs.
Workflow & Intentions
1. Orient
Read OPEN_RESEARCH.md §2. Check .cache/sources/ for cached MCP docs. Check scratchpad for Local Compute Scout output (that research unblocks this work).
2. MCP Baseline — What Are We Working With?
Research and document:
- What is MCP (Model Context Protocol)? Version, spec status, VS Code support level
- What MCP servers are relevant to this project? (
filesystem,github,git, custom) - How does VS Code Copilot discover and connect to MCP servers?
- Where are MCP server configs stored? (
.vscode/mcp.json,settings.json)
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 4d ago First seen · 153 lines · 27 tokens per session scan A 4e2b7a766be2
MCP Architect is an agent published in the GitHub repository EndogenAI/dogma (2 stars, last pushed 10d ago), licensed Apache-2.0. It adds 27 tokens to every session and 1,454 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other agents, from other repositories
explorer
gent to read and map the codebase for a specific task. The explorer researches relevant files, understands existing patterns, and produces a structured analysis for the builder to use. Invoke after the lead has defined a plan and before the builder starts. Never invoke for tasks that require writing or modifying files.
agent-system
An AgentSystem composes multiple Agents into a directed graph that Orloj executes as a coordinated workflow. The graph defines how messages flow between agents during task execution.
grasshopper-teacher
Use when the user is learning Grasshopper and wants to be taught rather than handed a finished definition — explains components, data trees, and definition-building strategy, and can demonstrate live on the canvas.
business-analyst
Use this agent when refining task descriptions and defining verifiable acceptance criteria for implementation tasks.
acx-tester
AgentCortex /test phase executor. Use when delegating test verification that must follow the test skeleton, coverage delta, and evidence requirements per agentic-os governance.
worktree-collaboration
This document defines the default collaboration protocol for multiple Agents working on Vibelution in parallel.