AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Mcp Tools

skill-komluk-scaffolding-mcp-tools · by komluk

MCP tool decision tree and MCP-first fallback strategy. TRIGGER when: choosing whether to use an MCP tool versus a built-in, or an MCP tool is available for a task. SKIP: semantic-memory MCP usage specifically (use semantic-memory-mcp).

No reviews yet
0 installs
48 views
0.0% view→install

Install

$ agentstack add skill-komluk-scaffolding-mcp-tools

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-komluk-scaffolding-mcp-tools)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Mcp Tools? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

MCP Tools Decision Tree

Priority Order

  1. Does an MCP tool exist for this operation? Use it first.
  2. Did the MCP tool fail (auth missing, plugin unavailable)? Fall back to built-in.
  3. No MCP tool matches? Use built-in tools (Bash, Grep, WebSearch, etc.).

MCP Plugin Quick Reference

| Plugin | Transport | Key Tools | Agents | |--------|-----------|-----------|--------| | context7 | stdio | mcp__context7__resolve-library-id, mcp__context7__get-library-docs | researcher, developer | | playwright | stdio | mcp__playwright__browser_navigate, mcp__playwright__browser_screenshot | developer, debugger | | eslint | stdio | mcp__eslint__* | developer, reviewer | | sonarqube | docker | mcp__sonarqube__* | developer, reviewer | | memory | stdio | mcp__memory__* | developer, architect | | sequential-thinking | stdio | mcp__sequential-thinking__* | architect, debugger | | postgres-mcp | stdio | mcp__postgres-mcp__* | developer, optimizer | | redis-mcp | stdio | mcp__redis-mcp__* | developer, devops, debugger | | docker | stdio | mcp__docker__* | devops | | cron | stdio | mcp__cron__* | devops | | ssh-mcp | stdio | mcp__ssh-mcp__* | devops | | github | http | mcp__github__* | gitops, architect | | google-sheets | stdio | mcp__google-sheets__* | researcher, tech-writer | | slack | sse | mcp__slack__* | tech-writer | | asana | sse | mcp__asana__* | architect | | supabase | http | mcp__supabase__* | optimizer | | firebase | stdio | mcp__firebase__* | devops, optimizer | | semantic-memory | stdio | mcp__semantic-memory__semantic_search, mcp__semantic-memory__semantic_store, mcp__semantic-memory__semantic_recall | all agents (see below) |

Semantic Memory MCP

  • Transport: stdio (Python, venv/bin/python -m mcp_servers.semantic_memory)
  • Source: MCP servers in your backend directory (internal, built on fastmcp)
  • Auth: DATABASE_URL (PostgreSQL connection string), SEMANTIC_MEMORY_ENABLED=true
  • Config: .mcp.json at project root

Tools

| Tool | Purpose | Parameters | |------|---------|------------| | semantic_search | Search memories by similarity | query (required), project_id, agent_name, top_k, threshold | | semantic_store | Store a new memory with embedding | content (required), agent_name (required), project_id, conversation_id, task_id, tags, content_type | | semantic_recall | Recall relevant memories as markdown | context (required), agent_name, project_id, top_k |

Access Control

| Permission | Agents | |------------|--------| | Read + Write (all 3 tools) | developer, architect, debugger, analyst, researcher, reviewer, optimizer | | Read-only (semantic_search, semantic_recall) | tech-writer, devops, gitops |

For detailed usage guidance (when to search, when to store, quality gates), see the semantic-memory-mcp skill.

Fallback Strategy

| Operation | MCP Tool (Priority) | Fallback | |-----------|---------------------|----------| | Library docs lookup | context7 | WebSearch | | UI verification | playwright | Manual browser check | | Code quality | sonarqube | python3 devops/sonarqube.py via Bash | | Linting | eslint | npx eslint via Bash | | Database query | postgres-mcp | psql via Bash | | Cache inspection | redis-mcp | redis-cli via Bash | | Container ops | docker | docker via Bash | | Git operations | github | gh CLI via Bash | | Memory search | semantic-memory | File-based agent-memory | | Remote server | ssh-mcp | ssh via Bash |

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.