Tagged: mcp
Pages with this tag
MCP
1How Mastra interoperates with the wider agent ecosystem — consuming external tools as a Model Context Protocol client, and exposing your own as a server.
Create a Claude Code plugin
2Package an MCP server, a skill, and a slash command into one installable Claude Code plugin — using the ZajLibrary plugin as the worked example.
Build an MCP server for your docs site
3How ZajLibrary exposes itself to AI agents over the Model Context Protocol — a build-time content index plus one on-demand Vercel function, with keyword and semantic search.
2 · Machine setup (once per machine)
4Authenticate the GitHub CLI, register MCP servers, and install the permission-mode switcher and deploy orchestrator — once per machine (your user account), reused by every project.
6 · Cursor & other IDEs
5Wire the project MCP servers (.mcp.json with Laravel Boost) and make Cursor, Gemini, and Codex read the same constitution via a boot rule and thin mirrors.
Use local ZajLibrary MCP
6Run zajlibrary-local on port 4321 — when to prefer local over prod, dev setup, index refresh, CodeCanyon playbook QA, and testing submit_feedback on the dev queue.
Use the ZajLibrary MCP
7Connect Cursor or Claude Code to ZajLibrary at /api/mcp — endpoints, tools, auth scopes, feedback, admin triage, smoke test, and a reliable search-then-read workflow for agents.
AI Coding Agent Setup Reference
8A reusable catalog for configuring AI coding agents — MCP, Skills, Subagents, Slash Commands, Hooks, Plugins, Rules, and memory — across Claude Code, Cursor, Codex, and Windsurf.