engineering-matrix-explorer
This server provides access to a curated directory of 100+ engineering tools via 3 tools:
search_engineering_matrix: Search for tools by name, tag, or use case (e.g.,"python linter","ci cd"). Supports multi-word queries, optional category filtering, and result limits.list_categories: Browse all 6 tool categories (languages,frontend,backend,databases,devops,tooling) with tool counts for each.get_repository_boilerplate: Retrieve ready-to-use starter files for a specific tool or framework (e.g., TypeScript, React, Docker, FastAPI, Rust). Free tier includes 5 boilerplates; Pro unlocks all 33+.
Allows searching for and retrieving boilerplate files for Docker projects.
Allows searching for and retrieving boilerplate files for ESLint configurations.
Allows searching for and retrieving boilerplate files for Express projects.
Allows searching for and retrieving boilerplate files for FastAPI projects.
Allows searching for and retrieving boilerplate files for Fastify projects.
Allows searching for and retrieving boilerplate files for GitHub Actions workflows.
Allows searching for and retrieving boilerplate files for Jest testing setups.
Allows searching for and retrieving boilerplate files for Kubernetes projects.
Allows searching for and retrieving boilerplate files for MongoDB projects.
Allows searching for and retrieving boilerplate files for Next.js projects.
Allows searching for and retrieving boilerplate files for Node.js projects.
Allows searching for and retrieving boilerplate files for pnpm package manager configurations.
Allows searching for and retrieving boilerplate files for PostgreSQL projects.
Allows searching for and retrieving boilerplate files for Prettier configurations.
Allows searching for and retrieving boilerplate files for Prisma projects.
Allows searching for and retrieving boilerplate files for Python projects.
Allows searching for and retrieving boilerplate files for React projects.
Allows searching for and retrieving boilerplate files for Redis projects.
Allows searching for and retrieving boilerplate files for Ruff configurations.
Allows searching for and retrieving boilerplate files for Rust projects.
Allows searching for and retrieving boilerplate files for Supabase projects.
Allows searching for and retrieving boilerplate files for Svelte projects.
Allows searching for and retrieving boilerplate files for Tailwind CSS projects.
Allows searching for and retrieving boilerplate files for Terraform projects.
Allows searching for and retrieving boilerplate files for TypeScript projects.
Allows searching for and retrieving boilerplate files for Vercel deployments.
Allows searching for and retrieving boilerplate files for Vite projects.
Allows searching for and retrieving boilerplate files for Vitest testing setups.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@engineering-matrix-explorerGive me a Docker boilerplate"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
engineering-matrix-explorer
An MCP server that gives Claude (or any MCP-compatible AI) instant access to a curated matrix of 100+ engineering tools — search by name, tag, or use case, browse by category, and pull ready-to-use boilerplate files for 30+ popular stacks.
Free: search + 5 boilerplates (TypeScript, Python, React, Docker, Node.js) | Pro $15: all 33 boilerplates unlocked | Bundle $29: 3 MCP servers
What it does
Three tools, zero configuration:
search_engineering_matrix — find tools by name, tag, or use case. Multi-word queries work great.
"python linter" → Ruff, ESLint
"ci cd" → GitHub Actions
"database sql" → PostgreSQL, Prisma, Supabase
"container" → Docker, Kuberneteslist_categories — browse all 6 categories with tool counts: languages, frontend, backend, databases, devops, tooling.
get_repository_boilerplate — get starter files for a tool in one shot. Supports: TypeScript, Python, Node.js, React, Next.js, FastAPI, Docker, GitHub Actions, Rust, Go.
Related MCP server: stacksfinder-mcp
Install
npx @engineeringmatrixexplorer/engineering-matrix-explorerOr install globally:
npm install -g @engineeringmatrixexplorer/engineering-matrix-explorerAdd to Claude Desktop
Open your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS) and add:
{
"mcpServers": {
"engineering-matrix-explorer": {
"command": "npx",
"args": ["-y", "@engineeringmatrixexplorer/engineering-matrix-explorer"]
}
}
}Restart Claude Desktop. You'll see the tools appear automatically.
Add to Claude Code
claude mcp add engineering-matrix-explorer -- npx -y @engineeringmatrixexplorer/engineering-matrix-explorerExample prompts
Once connected, try asking Claude:
"What TypeScript linting tools are available?"
"Give me a Docker boilerplate for my new project"
"What's in the devops category?"
"Find me a fast Python web framework"
"Set up a GitHub Actions CI config for my repo"
Tool matrix
Category | Tools |
Languages | TypeScript, Python, Rust, Go |
Frontend | React, Next.js, Vue, Svelte, Tailwind CSS, Vite |
Backend | Node.js, Fastify, Express, FastAPI |
Databases | PostgreSQL, Redis, MongoDB, Prisma, Supabase |
DevOps | Docker, Kubernetes, GitHub Actions, Terraform, Vercel |
Tooling | ESLint, Prettier, Ruff, Vitest, Jest, pnpm |
Hire me
I build custom MCP servers for companies and dev teams — internal tool search, docs integrations, API connectors, anything you want Claude to do that it can't do out of the box.
If you're interested: elias.nyc.rentals@gmail.com
Requirements
Node.js 18+
License
MIT
Maintenance
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/officechbusinessservices-creator/engineering-matrix-explorer'
If you have feedback or need assistance with the MCP directory API, please join our Discord server