Install
$ agentstack add mcp-zephexmcp-agent-skills ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Zephex Agent Skills
[](https://skills.sh/zephexMCP/agent-skills)
> Teach your AI coding agent to use Zephex's 10 MCP tools correctly.
Install
npx skills add zephexMCP/agent-skills
> Auto-detects Claude Code, Cursor, VS Code, Windsurf, > Cline, OpenCode, Codex, Gemini CLI, Goose, Kiro, Roo, > JetBrains, Factory AI, and 40+ more editors automatically.
Prerequisites
- Node.js v18+ (for npx-based editors)
- API key from https://zephex.dev/signup (free tier), or
npx zephex setup - OAuth editors (OpenCode, Kiro, Gemini CLI, Cline): no key needed
The agent skill is skills/zephex/SKILL.md (workflow + tool routing). Editor JSON is in configs/ — install with npx zephex setup or copy from there.
Maintainers: read [SKILL-MAINTAINER.md](SKILL-MAINTAINER.md) before editing the skill (structure, mistakes to avoid, ship checklist).
The 10 Tools
| Tool | Purpose | |------|---------| | scopetask | Focus files for the task (default 7, up to 15) — use early on non-trivial work | | getprojectcontext | Stack, auth, hosting, key files | | readcode | Symbol extraction + callers | | findcode | Repo-wide search | | explainarchitecture | Auth/billing flow tracing | | checkpackage | Registry safety before install | | auditpackage | CVEs + breaking changes | | auditheaders | HTTP/TLS grade A+ to F | | Zephexdevinfo | Dev KB — search then get by slug | | keepthinking | Stateful reasoning (not thinking) |
Supported Editors
Works with 55+ AI coding agents. Key supported editors:
| Editor | Transport | Config | |---|---|---| | Claude Code | stdio | .mcp.json | | Cursor | HTTP Bearer | .cursor/mcp.json | | VS Code | HTTP Bearer | .vscode/mcp.json | | Windsurf | HTTP Bearer | mcp_config.json | | Cline | streamableHttp | Remote Servers | | OpenCode | OAuth | opencode.json | | Codex CLI | TOML | ~/.codex/config.toml | | Gemini CLI | OAuth | .gemini/settings.json | | Goose | stdio | via goose configure | | Kiro CLI | OAuth | .kiro/settings/mcp.json | | Roo Code | HTTP | Settings panel | | JetBrains (Junie) | HTTP | IDE Settings UI | | Factory AI (Droid) | stdio | .factory/mcp.json |
> Zed does not currently support the skills CLI. > For Zed, copy configs/zed.json manually into your > Zed context_servers settings.
Common Mistakes
- VS Code: "mcpServers" → must be "servers"
- Windsurf: "url" → must be "serverUrl"
- Cline: "sse" → must be "streamableHttp"
- OpenCode: Authorization header → remove it
- Codex CLI: missing enabled=true
License
MIT
Source & license
This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: zephexMCP
- Source: zephexMCP/agent-skills
- License: MIT
- Homepage: https://zephex.dev
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.