Skip to main content
Glama
AnswerDotAI

cordslite-mcp

Official
by AnswerDotAI

Related Servers

Alternatives to cordslite-mcp

No user-submitted related servers found.

    Related Servers

    • F
      license
      A
      quality
      C
      maintenance
      Local, read-only MCP server that connects to Discord via REST API, allowing listing guilds, channels, and messages with strict access controls and no write operations.
      5
      -
    • A
      license
      Not graded
      quality
      D
      maintenance
      A read-only Discord MCP server that allows AI agents to list channels, read messages, and get attachment images from a Discord server for summarization and reporting.
      88 npm
      MIT
    • A
      license
      Not graded
      quality
      A
      maintenance
      Enables AI clients to read Discord channels, recent messages, and searchable history, then turn that evidence into freshness-aware team context, briefs, decision baselines, and signed checkpoint diffs through remote MCP and GPT Actions. It keeps Discord access read-only while supporting OAuth/Bearer authentication for multiple clients.
      Apache 2.0
    • A
      license
      Not graded
      quality
      B
      maintenance
      Enables reading and acting on Discord through your own running desktop client, including messages, direct messages, group chats, threads, forum posts, search, and write operations like sending, editing, reacting, and managing threads.
      88 npm
      MIT
    • A
      license
      Not graded
      quality
      A
      maintenance
      Enables safe, least-privilege reads and audits of Discord guilds and allowlisted direct conversations, with reviewed administrative actions through an operator-owned bot.
      116 npm
      1
      AGPL 3.0
    • A
      license
      B
      quality
      C
      maintenance
      Lets you read Discord messages, inspect channels and servers, and manage Discord resources through its REST API using a verbatim token, with 32 tools plus general REST access.
      32
      MIT

    TDQS

    A3.5/5.0

    Scored across 12 tools

    Disambiguation4/5

    Most tools target clearly distinct actions: listing servers, mapping a server, reading messages, searching, fetching attachments, and resolving members. The only mild overlap is between guild_tree and guild_channels, since both describe a server's structure, but their output purposes differ enough to avoid serious confusion.

    Naming Consistency3/5

    The naming is readable and mostly thematic, with search tools consistently suffixed as *_search and list tools prefixed as list_*. However, it mixes styles: verb_noun (find_member, fetch_attachment), noun_noun (channel_messages, message_context, guild_tree), and noun_verb (guild_search). The pattern is not chaotic, but it is not consistently applied.

    Tool Count5/5

    Twelve tools is a reasonable size for a Discord-focused server. Each tool covers a distinct need such as discovery, navigation, message retrieval, search, member lookup, attachment access, and DM support, without feeling padded or redundant.

    Completeness4/5

    The toolset provides strong read-side coverage of Discord: guilds, channels, categories, threads, messages, DMs, members, attachments, and search. The main gap is that it is entirely read-only, so sending messages or modifying Discord resources is not possible, but for a search/retrieval-oriented MCP server this is likely acceptable.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues