Skip to main content
Glama
Extiri

codemenu-mcp

by Extiri

Related Servers

Alternatives to codemenu-mcp

No user-submitted related servers found.

    Related Servers

    • A
      license
      A
      quality
      B
      maintenance
      Enables AI coding assistants to discover, inspect, and run API requests in Bruno collections locally, keeping all data private.
      3
      53 npm
      MIT
    • A
      license
      A
      quality
      D
      maintenance
      Enables AI assistants to perform intelligent semantic code search across codebases using local AI embeddings for meaning-based retrieval.
      6
      5 npm
      MIT
    • A
      license
      Not graded
      quality
      D
      maintenance
      Allows agents to lookup code snippets in your project. Uses a remote MCP server with a collection of code snippets, with support for automatic project language detection.
      12
      Apache 2.0
    • A
      license
      A
      quality
      C
      maintenance
      MCP server for massCode that lets AI assistants list, read, create, and update snippets, folders, and tags via the local massCode API.
      8
      MIT

    TDQS

    A3.6/5.0

    Scored across 4 tools

    Disambiguation5/5

    Each tool targets a unique resource or action: get_snippet retrieves full content by ID, list_snippets returns metadata only, list_tags enumerates tags, and list_groups enumerates groups. There is no overlap in purpose, so an agent can easily select the right tool.

    Naming Consistency5/5

    All tool names follow a consistent snake_case verb_noun pattern with clear prefixes: get_ for single-item retrieval and list_ for collection enumeration. The naming is predictable and uniform across the set.

    Tool Count4/5

    Four tools is a compact set that covers reading and browsing snippets, tags, and groups. It is slightly under-scoped for a snippet manager because it omits search/filter or mutation tools, but each existing tool earns its place.

    Completeness3/5

    The read surface is partially complete: list_snippets and get_snippet cover snippet retrieval, and list_tags/list_groups expose metadata. However, there is no create, update, or delete for snippets, and no way to search or filter snippets by tag or group, which are notable gaps for a snippet management domain.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues