Skip to content

An agent skill that helps agents build mcp servers with all the smart pattern knowledge from https://www.arcade.dev/patterns baked in

License

Notifications You must be signed in to change notification settings

detailobsessed/wise-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wise-mcp

Agent Skill License: MIT FastMCP Arcade Patterns

An Agent Skill for building high-quality MCP servers with FastMCP.

Combines FastMCP framework guidance with battle-tested design patterns from Arcade to help AI agents build MCP servers that are well-structured, secure, and optimized for LLM consumption.

What's in the skill

The skill covers 11 areas of MCP server development:

  1. Before you start — always fetch latest docs
  2. Guiding principles — machine experience, tool DAGs, error-guided recovery, security boundaries
  3. Tool design — classification, descriptions, input constraints, defaults, identifiers
  4. Resources & templates — when to use, URI design, discoverability
  5. Prompts — when and how to use reusable message templates
  6. Context & state — dependency injection, logging, progress, session state
  7. Tool output — response shaping, token efficiency, pagination, next-action hints
  8. Error handling — recovery-oriented errors, classification, ambiguity handling
  9. Server composition — mounting, providers, transforms, abstraction patterns
  10. Authentication & security — credential handling, authorization, audit, boundaries
  11. Anti-patterns — common mistakes that degrade agent effectiveness

Install

npx skills add https://github.com/detailobsessed/wise-mcp --skill wise-mcp

Development

This project uses prek for pre-commit hooks and uv for Python tooling.

# Install pre-commit hooks
prek install

# Run all checks
prek run --all-files

Checks include: trailing whitespace, EOF fixer, large file detection, case conflicts, merge conflicts, TOML/YAML validation, mixed line endings, typos spell checking, and lychee link validation.

License

MIT

About

An agent skill that helps agents build mcp servers with all the smart pattern knowledge from https://www.arcade.dev/patterns baked in

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors