Skip to content
prod 352bb92
Browse

Tagged: mcp

All Tags
mcp
8 pages
5 related

Pages with this tag

MCP

1

How 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

2

Package 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

3

How 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)

4

Authenticate 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

5

Wire 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

6

Run 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

7

Connect 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

8

A reusable catalog for configuring AI coding agents — MCP, Skills, Subagents, Slash Commands, Hooks, Plugins, Rules, and memory — across Claude Code, Cursor, Codex, and Windsurf.