Connect AI Coding Tools to Your Prompt Library with MCP
Frequently asked questions
Which AI coding tools support MCP?
As of mid-2026: Claude Desktop, Cursor, Windsurf, Cline, Continue, and several Code OSS forks. ChatGPT does not yet support MCP. Setup is identical across supported clients — point the MCP config at https://teamprompt.app/mcp with your API key.
What does the TeamPrompt MCP server expose?
Three tool categories: (1) prompt-library search and fetch — your coding agent can pull approved templates by topic or tag, (2) DLP scan — submit a prompt and get categorized findings before sending to the LLM, (3) audit logging — every prompt executed through the agent gets logged with user, model, and detected events.
Is the MCP connection itself secure?
Yes. Authentication is via a per-user API key scoped to your workspace's RBAC. All traffic is over HTTPS. The server runs in our standard Vercel edge environment with the same rate limiting and audit logging as the rest of the API. Revoke the key in Settings → MCP Keys at any time.
Can I run prompt DLP checks from inside Cursor without manual review?
Yes — that's the default flow. The MCP server exposes a `scan_prompt` tool that Cursor calls automatically before sending any prompt to the model. If the scan returns critical findings (credentials, PHI, customer data), the agent halts and surfaces the violation to the user; otherwise it proceeds with the auto-redacted prompt.