MCP Directory

shellsage-ai/mcp-server-boilerplate

GitHub
Developer Tools

Production-ready MCP server starter templates in TypeScript and Python. Includes tool, resource, and prompt patterns with Claude Desktop integration configs.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

uvx mcp-server-boilerplate

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from shellsage-ai/mcp-server-boilerplate your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "mcp-server-boilerplate": {
      "command": "uvx",
      "args": [
        "mcp-server-boilerplate"
      ]
    }
  }
}

Route shellsage-ai/mcp-server-boilerplate intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add mcp-server-boilerplate

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use shellsage-ai/mcp-server-boilerplate directly without routing

uvx mcp-server-boilerplate

New to Agent-CoreX? View setup guide →

shellsage-ai/mcp-server-boilerplate MCP Server — Agent-CoreX