Skip to main content
Glama

Related Servers

Alternatives to ima-mcp-server

No user-submitted related servers found.

    Related Servers

    • F
      license
      Not graded
      quality
      B
      maintenance
      MCP server for Tencent IMA OpenAPI, enabling notes and knowledge base management through tools like search, create, and list.
      135 npm
      -
    • A
      license
      Not graded
      quality
      B
      maintenance
      MCP server for a content-first knowledge base, enabling AI agents to search (full-text, semantic, hybrid) and retrieve Markdown documents, list content, and find related docs.
      7 npm
      MIT
    • F
      license
      Not graded
      quality
      D
      maintenance
      A local RAG knowledge base MCP server that exposes semantic document search as tools using zvec for vector storage and Qwen3-Embedding for text embedding.
      -

    TDQS

    A3.9/5.0

    Scored across 10 tools

    Disambiguation4/5

    Most tools have clear distinct purposes, but get_media_info and get_note_content both retrieve note content, which could cause confusion. However, they accept different ID types (media_id vs note_id) and are described with explicit usage contexts, reducing ambiguity.

    Naming Consistency5/5

    All tool names follow a consistent snake_case verb_noun pattern (get, import, create, add, check, upload, list, ask). There is no mixing of naming conventions or inconsistent verb styles.

    Tool Count5/5

    With 10 tools, the server is well-scoped for an IMA knowledge base assistant. It covers listing knowledge bases, adding content (URLs, files, notes), retrieving content, and querying without being overwhelming or sparse.

    Completeness3/5

    The tool set covers core workflows: list KBs, add content via URLs/files/notes, get media/note content, and ask questions. However, it lacks update/delete operations for content or knowledge bases, and there is no direct search or browse tool to list KB entries without using ask_knowledge_base. References are only obtainable through ask_knowledge_base, creating a potential dead end.

    Maintenance

    ActivitySlowing
    ResponsivenessNo issues