A local MCP server (plain PHP) that gives MCP-enabled clients a curated TYPO3 knowledge base, for the three audiences that work with TYPO3: the core contributor, the extension author, and the site developer.
MCPpedia last refreshed this data
Dev Companion is an MCP server that a local MCP server (plain PHP) that gives MCP-enabled clients a curated TYPO3 knowledge base, for the three audiences that work with TYPO3: the core contributor, the extension author, and the site developer. Its tool list has not been published yet over stdio, requires no API key, and scores 39/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"dev-companion": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Experimental. This is a 0.x package and its surface is not settled. The > package name, the binary, the namespace and the environment variables all > changed in one cut on 2026-08-06. The tool names and the shapes they answer in > can move the same way. Pin a commit where you depend on it.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in education / marketing
A Model Context Protocol server for searching and analyzing arXiv papers
DataForSEO API modelcontextprotocol server
ARIS ⚔️ (Auto-Research-In-Sleep) — Lightweight Markdown-only skills for autonomous ML research: cross-model review loops, idea discovery, and experiment automation. No framework, no lock-in — works with Claude Code, Codex, OpenClaw, or any LLM agent.
1000+ scientific tools for AI scientists: life science, reserach, literature, and more.
MCP Security Weekly
Get CVE alerts and security updates for Dev Companion and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Experimental. This is a 0.x package and its surface is not settled. The package name, the binary, the namespace and the environment variables all changed in one cut on 2026-08-06. The tool names and the shapes they answer in can move the same way. Pin a commit where you depend on it.
A local MCP server (plain PHP) that helps coding agents implement, review and verify TYPO3 work for the three audiences that do it: the core contributor, the extension author and the site developer. It establishes the project and installation the agent is working in, supplies current, version-bound TYPO3 knowledge, and hands task-specific workflows to the skills that own them.
It answers for TYPO3 12.4, 13.4, 14.3 and main. A statement that does not hold on all of them names the ones it does, so an LTS is never handed a convention that only the development line has.
The MCP client launches it as a subprocess over stdio, so there is no server to host, no network exposure and no auth to configure — the process boundary is the trust boundary. It reads: nothing is written into the TYPO3 installation it is pointed at, and nothing on the machine is started as a side effect of a lookup.
Requirements: PHP 8.2+ and Composer. The package works both ways — as a standalone checkout and as a Composer dependency of another project.
# standalone: clone, install once, then point a project at it
composer install
/absolute/path/to/typo3-dev-companion/bin/typo3-dev-companion install
# as a dependency: from the consuming project's root
vendor/bin/typo3-dev-companion install
install writes the typo3-dev-companion entry into the project's .mcp.json
and publishes the task skills to .agents/skills — the two locations a client
finds without being configured for it. --agent=<id> writes them where that
client actually reads them instead.
It is also the only supported way to get the skills: a copy of skills/ taken
out of this repository by hand is missing the references/base.md the installer
writes into each of them, and every skill opens on that file.
The manual reads as a site at typo3.github.io/dev-companion, and as files in documentation/:
The conventions every session here works under are AGENTS.md.