Two paths to the same server. Drop the skill file into your agent, or add the server URL per client. Both sign in with OAuth. No keys to paste.
POST https://api.enclavehq.com/api/mcp/skills/enclave-mcp/SKILL.md/llms-full.txtevents:read · events:write · registrations:read · registrations:write · checkin:write60 calls per minute per tokenStaff only. Your organization must have assistant access turned on.
claude mcp add --transport http enclave https://api.enclavehq.com/api/mcp
Add to CursorOne click. Or add the JSON by hand.
{
"mcpServers": {
"enclave": {
"type": "http",
"url": "https://api.enclavehq.com/api/mcp"
}
}
}Install in VS CodeOne click. Works with GitHub Copilot agent mode.
{
"servers": {
"enclave": {
"type": "http",
"url": "https://api.enclavehq.com/api/mcp"
}
}
}{
"mcp": {
"enclave": {
"type": "remote",
"url": "https://api.enclavehq.com/api/mcp",
"oauth": {}
}
}
}{
"mcpServers": {
"enclave": {
"type": "http",
"url": "https://api.enclavehq.com/api/mcp"
}
}
}Point your agent at these URLs. The skill teaches the flow. The dump carries the detail.
https://mcp.enclavehq.com/skills/enclave-mcp/SKILL.md
https://mcp.enclavehq.com/.well-known/skills/enclave-mcp/SKILL.md
https://mcp.enclavehq.com/llms-full.txt
A short SKILL.md in the Agent Skills open format. It tells an agent when to use Enclave, how to sign in, and where the full reference lives.
Same server either way. The skill file teaches repeat use. The server URL connects any MCP client in one step.
The whole site in one fetch: prompts, tools, resources, install steps and FAQ. For agents that want detail without crawling pages.