teams-copilot
Related Servers
Alternatives to teams-copilot
No user-submitted related servers found.
Related Servers
- AlicenseBqualityBmaintenanceEnables 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.33MIT
- FlicenseNot gradedqualityBmaintenanceEnables 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-
- FlicenseNot gradedqualityCmaintenanceEnables AI clients to send prompts to a local Codex App Server via MCP, returning text responses and supporting persistent session reuse.-
- AlicenseNot gradedqualityBmaintenanceEnables 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
- AlicenseNot gradedqualityCmaintenanceExposes a user-authenticated Microsoft 365 Copilot Chat browser session as a stdio MCP server, enabling AI-powered chat interactions via MCP tools like copilot_chat and copilot_status.2MIT
- AlicenseAqualityCmaintenanceEnables 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.3MIT
TDQS
Scored across 3 tools
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.
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.
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.
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.