The Virtuous MCP server URL
Before you connect
A few quick checks:Setup by AI tool
- Claude (web app)
- Claude Code (CLI)
- Cursor
- VS Code (with Copilot)
- Other MCP-compatible tools
To connect the Virtuous MCP server to the Claude web app:See the Model Context Protocol documentation for general guidance on connecting remote MCP servers to Claude.
1
Open Claude Connectors settings
Navigate to the Connectors page in your Claude settings.
2
Add a custom connector
Click Add custom connector.
3
Enter the server details
- Name:
Virtuous Docs - URL:
https://docs.virtuous.org/mcp
4
Use it in a conversation
In any Claude conversation, click the attachments button (the plus icon) and select the Virtuous Docs connector. Then ask Claude a question about Virtuous — for example: “What’s the right pattern for detecting new participations in the Volunteer API?”Claude will use the MCP server to consult the docs and produce a documentation-grounded answer.
Verifying the connection works
A quick test for any tool: ask the AI a question that requires Virtuous-specific knowledge. Good test prompts:
If the AI gives a generic REST answer instead of the Virtuous-specific one, the MCP server may not be connected — re-check your setup.
Quick test in your IDE
For Cursor and VS Code specifically, you can confirm the tools are loaded by asking:“What MCP tools do you have available right now?”The response should list
search_virtuous_api_docs and query_docs_filesystem_virtuous_api_docs. If those aren’t in the list, the MCP server isn’t connected for that session.
Managing the connection
The server URL
https://docs.virtuous.org/mcp is stable. Mintlify hosts it; Virtuous doesn’t move it around.
Connecting multiple MCP servers
You’ll likely have multiple MCP servers connected — the Virtuous docs server, plus servers for your own codebase, plus possibly servers for other vendors you integrate with. The AI tool decides which server to query based on the question. A few practical notes:
See Using MCP for Integration Development for the practical prompting patterns.
Troubleshooting
The AI isn’t using the docs
Symptom: You ask a Virtuous question; the AI gives a generic answer that doesn’t seem to reflect the docs. Possible causes:Connection errors
Symptom: The AI tool reports it can’t reach the MCP server. Possible causes:Slow responses
MCP queries add a small amount of latency — the AI calls the server, waits for results, then incorporates them. For most workflows this is unnoticeable. If responses feel particularly slow:Getting help
If you’ve tried the above and the MCP server still isn’t working as expected:- For tool-specific issues (Claude/Cursor/VS Code), check the tool’s own documentation and support channels
- For Virtuous-side issues (the MCP server itself appears down), reach out to your Partner Manager
- For Mintlify infrastructure issues (the MCP host), Mintlify’s docs and support cover the broader platform
Where to go next
Using MCP for Integration Development
Now that you’re connected — the practical patterns for using MCP while building integrations.
MCP Tools Reference
The two tools the server exposes, with examples of when each is used.
MCP Overview
What MCP is, why it matters for partners, and the security model.
Partner Resources
The full set of partner resources — Partner Portal, Academy, Marketplace, and more.