Skip to main content
Glama

Related Servers

Alternatives to teams-copilot

No user-submitted related servers found.

    Related Servers

    • A
      license
      B
      quality
      B
      maintenance
      Enables MCP clients like Codex to operate chatgpt.com through a dedicated persistent browser profile, allowing chat creation, project management, prompt submission, file uploads, and response reading without using the ChatGPT API.
      33
      MIT
    • F
      license
      Not graded
      quality
      B
      maintenance
      Enables MCP clients to ask questions and continue conversations with DeepSeek's web interface, with Expert mode and DeepThink reasoning enabled, without needing an official API key.
      1
      -
    • A
      license
      Not graded
      quality
      B
      maintenance
      Enables continuing a local coding task from your own web ChatGPT account by exposing project-scoped read and apply tools over MCP, with no inference API dependency.
      MIT
    • A
      license
      A
      quality
      C
      maintenance
      Enables MCP clients to send raw text prompts to inexpensive LLM models via the Devin/Windsurf backend, returning answers in result files to avoid context bloat, with support for multi-turn sessions and model discovery.
      3
      MIT

    TDQS

    A3.6/5.0

    Scored across 3 tools

    Disambiguation5/5

    Each tool has a distinct purpose: copilot_ask sends a prompt, copilot_status reads conversation state, and copilot_new_chat resets the conversation. There is no overlap in action or resource, so an agent can select correctly without ambiguity.

    Naming Consistency5/5

    All names use a consistent copilot_ prefix followed by a short action identifier in snake_case (copilot_ask, copilot_status, copilot_new_chat). The pattern is predictable and uniform across the entire set.

    Tool Count4/5

    Three tools is a reasonable minimal surface for a focused Copilot conversation client, and each earns its place. However, it sits at the lower end and leaves little room for secondary operations, making it slightly under-scoped rather than optimally sized.

    Completeness3/5

    The core lifecycle of starting a chat, asking a question, and checking status is covered, but there is no way to retrieve prior conversation transcripts, list retained chats, cancel an in-flight request, or delete conversations despite the note that prior chats are retained. These are notable gaps for a conversational service.

    Maintenance

    ActivityMaintained
    ResponsivenessNo issues