mcp-server-design

Guide MCP server design with compact tool descriptions and knowledge tools.

4|1|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/lewing/agent-plugins --skill mcp-server-design
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mcp-server-design
Source: https://github.com/lewing/agent-plugins/tree/main/plugins/skill-trainer/skills/mcp-server-design
Command: npx skills add https://github.com/lewing/agent-plugins --skill mcp-server-design

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Tools and guidelines for MCP server design that ensure consistent tool behavior across multiple servers, concise routing signals, and domain-language integration for agents.

Core Features & Use Cases

  • Two-tier architecture: compact tool descriptions plus on-demand knowledge tools that guide tool usage and sequences.
  • Naming and routing patterns: standardized tool naming, descriptive tool surfaces, and cross-server namespace isolation.
  • Knowledge patterns: repo- and domain-specific guidance delivered via knowledge tools to reduce description bloat.
  • Agent integration guidance: domain-language communication, CLI bridges, INVOKES patterns, and multi-server coordination.

Quick Start

Describe and implement concise tool surfaces and knowledge-guided workflows in your MCP servers.

Frequently Asked Questions about mcp-server-design

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I design MCP servers for cross-server agent consumption?

To design MCP servers for cross-server agent consumption, implement a two-tier architecture with compact tool descriptions and on-demand knowledge tools. This ensures consistent tool behavior, concise routing signals, and domain-language integration across multi-server environments like Helix and AzDO.

What's the best way to reduce description bloat in MCP tool surfaces?

Reduce description bloat by implementing knowledge tools that deliver repo- and domain-specific guidance on demand. This pattern separates detailed usage instructions from compact tool descriptions, keeping routing signals concise for agent discovery.

How do I standardize tool naming conventions for multi-server MCP environments?

Standardize tool naming in multi-server MCP environments by applying descriptive tool surfaces and cross-server namespace isolation. These routing patterns prevent naming collisions and ensure agents route requests correctly across different servers.

Does this MCP server design approach support INVOKES-based integration with CLI bridges?

Yes, this MCP server design approach explicitly supports robust INVOKES-based integration with domain-language commands and CLI bridges. It provides agent integration guidance for multi-server coordination using these specific patterns.

When do I need knowledge-endpoint design for MCP servers?

You need knowledge-endpoint design for MCP servers when deploying to multi-server environments where agents require tool discovery and usage guidance. It becomes essential when tool descriptions must remain compact while still conveying complex domain-language workflows.