Developer Tools
contextguard.dev
Provides product overview, pricing plans, and documentation search for ContextGuard.
ENDPOINT 1
https://contextguard.dev/mcp
MCP server metadata
- Name
- contextguard
- Version
- 1.0.0
Read-only tools for ContextGuard (contextguard.dev), an enterprise AI DLP and agent-governance control plane. Use these to answer questions about the product, pricing, and docs. To actually scan traffic or enforce policy, use the authenticated REST API described at https://contextguard.dev/developers instead — these tools don't touch customer data.
Known tools 3
get_product_overviewReturns what ContextGuard is, the outcomes it delivers (see/control/prove), and when it is (and isn't) a good fit for an evaluation.
Inferred read-onlylist_pricing_plansReturns ContextGuard's current pricing tiers and what's included in each.
Inferred read-onlysearch_docsFull-text search over contextguard.dev pages (home, platform, product, pricing, developers) and blog posts.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.contextguard]
url = "https://contextguard.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"contextguard": {
"type": "http",
"url": "https://contextguard.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: contextguard
Remote MCP URL: https://contextguard.dev/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"contextguard": {
"url": "https://contextguard.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"contextguard": {
"type": "http",
"url": "https://contextguard.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "contextguard",
"transport": "streamable-http",
"url": "https://contextguard.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.