Skip to main content
Glama
nickweedon

Skeleton MCP Server

by nickweedon

Related Servers

Alternatives to Skeleton MCP Server

No user-submitted related servers found.

    Related Servers

    • A
      license
      A
      quality
      D
      maintenance
      A template project for building Model Context Protocol servers with FastMCP framework, Docker support, and example CRUD API implementation to help developers quickly bootstrap their own MCP servers.
      6
      MIT
    • A
      license
      Not graded
      quality
      C
      maintenance
      A production-ready template for developing Model Context Protocol (MCP) servers using Python and FastMCP.
      Apache 2.0
    • F
      license
      Not graded
      quality
      D
      maintenance
      A comprehensive template for building Model Context Protocol servers with FastMCP framework, featuring modular architecture, auto-discovery registry, and support for multiple transport methods. Includes example arithmetic and weather tools to help developers quickly create custom MCP servers.
      -
    • A
      license
      Not graded
      quality
      C
      maintenance
      A production-ready template for building Model Context Protocol (MCP) servers in Python, using Docker Compose for containerized development and CI/CD.
      MIT
    • F
      license
      Not graded
      quality
      D
      maintenance
      A minimal, dockerized template for creating HTTP-based Model Context Protocol servers. Provides a starting point with FastMCP framework integration and includes a sample cat fact tool that can be replaced with custom functionality.
      -

    TDQS

    A3.7/5.0

    Scored across 6 tools

    Disambiguation5/5

    Each tool has a clearly distinct purpose with no overlap: create_item, delete_item, get_item, list_items, and update_item form a complete CRUD set for items, while health_check is a separate server management tool. The descriptions reinforce distinct actions on specific resources, eliminating any ambiguity.

    Naming Consistency5/5

    All tools follow a consistent verb_noun pattern with snake_case throughout: create_item, delete_item, get_item, health_check, list_items, update_item. The naming is predictable and readable, with no deviations in style or convention.

    Tool Count5/5

    With 6 tools, this server is well-scoped for managing items and checking server health. The count is appropriate, providing full CRUD operations plus a utility tool without being overly complex or insufficient for the domain.

    Completeness5/5

    The tool surface is complete for the item management domain, covering create, read (get and list), update, and delete operations with proper pagination and filtering. The health_check tool adds server monitoring, leaving no obvious gaps for core workflows.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues